99 Commits (a2517c7a12fde364c02287a28b60930e5fb10247)

Author SHA1 Message Date
TimQu a896c0df28 improved exact computations 8 years ago
TimQu ee754c96e2 renamed ParameterLifting.h -> RegionChecker.h 8 years ago
TimQu 2647ffa9ae added test for exact validations 8 years ago
TimQu d659d193bc Fixed game solver test and potential memory leaks 8 years ago
dehnert 853b035473 fixed bug and added testsfor symbolic linear equation solver (rational number and rational function) 8 years ago
dehnert 153339c5be first draft of policy iteration using DDs 8 years ago
dehnert 952776a057 hybrid engine working for rational numbers 8 years ago
dehnert ee90c51b2a cleaned up constants.cpp to finalize separation of rational functions and rational numbers 8 years ago
dehnert aaa6f13cf4 separated rational numbers and rational functions and added support for rational numbers to sylvan 8 years ago
TimQu 7f74f19342 exact pla 8 years ago
dehnert 0354c9024a moved to new sylvan version and made everything work again 8 years ago
TimQu 8212cadf00 adapted changed filename in test 8 years ago
TimQu c4dffe9a8b tests for step bounded properties 8 years ago
TimQu 24bc53549c more tests on pmdps and fixes 8 years ago
dehnert a323d21751 fixed some wrong capitalization 8 years ago
TimQu 1e1b037cb2 minor fixes 8 years ago
TimQu 38fa454ace fixed more compilation issues, considered the variables occurring in the model when parsing a region (otherwise, distinct variables with the same name would cause problems), adapted Tests to new interface for parameter lifting 8 years ago
TimQu 14e44e0165 removed old region model checker classes, implemented entry point for pla, solved different compilation issues 8 years ago
TimQu 536b1669c3 fixes for dtmc parameter lifting 8 years ago
Tom Janson a22ec04f10 fix old KSP test include 8 years ago
TimQu e2606e7b8c only do z3 optimizer tests if z3::optimize is available 8 years ago
TimQu 4081e4bfbe removed debug output and fixed a test 8 years ago
TimQu 1d2e7b2450 compilation fixes 8 years ago
dehnert dd137d6479 added test for using actions multiple times in different synch vectors in JANI model (DD builder) 8 years ago
TimQu f01e48644e fixes for nativepolytopes 8 years ago
dehnert e6bf0339d3 overhaul of JANI model building to allow using actions of automata in several synchronization vectors 8 years ago
TimQu 4642ed23be enable pcaa tests when hypro is not available 8 years ago
Matthias Volk 5d79eff2cd Wrapper for file opening 8 years ago
dehnert 9c581bd635 fixed two issues: missing include in ToRationalNumberVisitor and missing check for whether actions are reused in a JANI parallel composition 8 years ago
TimQu ed465f75bd added Z3LPSolver 8 years ago
dehnert a85f4fdc89 replaced some StoRMs and Storms by storm, reworked version output a bit 8 years ago
dehnert 77bd6e4a44 fixed some model building issues 9 years ago
dehnert aac7433f39 expression manager now caches types, expression evaluator avoid creating unnecessary expressions and traversals 9 years ago
TimQu 18dac3231e .... actually fixed pcaa tests 9 years ago
dehnert ad18fee1dc commit to switch workplace 9 years ago
TimQu f02ffd9d5b fixed pcaa tests 9 years ago
TimQu 6eeae9ed9b fixed pcaa tests 9 years ago
dehnert 16a06d9f03 formula parser now directly emits properties with names; name filtering of properties from cli 9 years ago
dehnert b4381a7c48 Constants in formulas appear to be working 9 years ago
dehnert cb8b537baa made storm compile again with expressions in time-bounds of until formula 9 years ago
Sebastian Junges d2c658f6c1 removed deprecated expectation in test 9 years ago
Sebastian Junges e4de643b0f disabled two tests which indicate problems which are about to be fixed in a different way 9 years ago
Sebastian Junges 941afa46bc removed windows specific code 9 years ago
dehnert 61157cc1c5 add warning when computing minimal rewards on MDPs that reward values may be too low 9 years ago
Sebastian Junges 3b4b5e3a38 disable tests which depend on mathsat if mathsat is not available, gives a warning in verbose output 9 years ago
Sebastian Junges 3795519fea removed old unit tests for jani parser, to be replaced by regression tests 9 years ago
TimQu c1063f27cc added a few more tests for multi-objective MAs. Also fixed/improved minor stuff. 9 years ago
dehnert 56d1928b9b resolved some issues (ambiguity for call to carl::rationalize and several warnings because of signed/unsigned comparison) 9 years ago
Sebastian Junges 1d8c5f26a4 make tests builds all tests without running them. Make check now again works with the new location for executables 9 years ago
TimQu fb54edfb11 adapted pcaa tests to recent interface changes 9 years ago