543 Commits (6ac2222be282de0237ab3abe345c5c19c3f5134e)

Author SHA1 Message Date
dehnert df9ff5dfdb removed debug output in test and delete dylib if building fails 9 years ago
TimQu 0ee4c9badb removed some tests as they took way too long 9 years ago
TimQu 48b82e7b14 refactored auxData in linear equation solvers 9 years ago
TimQu f09e97d1e7 fixed tests, removed old files 9 years ago
dehnert 070e115b60 tests for JIT based model builder 9 years ago
TimQu 82a3be3d74 .. missing files 9 years ago
TimQu ea2315e903 restructured code for pcaa implementation 9 years ago
dehnert 812e1c4235 adapted test to new check policy and made jani variable and expression variable have the same name in PRISM-to-JANI conversion 9 years ago
TimQu 71e181bd93 some quick and dirty optimizations (that need to be reviewed) 9 years ago
dehnert 2471036df4 more work on jit-thing: transitioning to proper handling of synchronizing edges 9 years ago
dehnert 299b2d7a56 some start on JIT-based model builder 9 years ago
sjunges 7ef857137e tests updated to respect headers now missing in parsers 9 years ago
dehnert 1b42af776c missing test-input file 9 years ago
dehnert 0f1c1f28ab fixed bug related to input-enabling automata, tests now passing 9 years ago
dehnert d3cf9a4e7f adding Markov automaton tests to explicit JANI model builder 9 years ago
dehnert 3504d09500 added quite some debug output to see where things are going wrong 9 years ago
dehnert 36e07006f9 added test for legality check of synch vectors 9 years ago
dehnert d22d1daaa6 adapted more tests 9 years ago
dehnert ba35120683 fixing problems as a consequence of moving from PRISM programs to SymbolicModelDescription 9 years ago
dehnert 62ca16b20a alpha-draft of synchronization vectors in JANI 9 years ago
dehnert c2cab571f5 made tests work again 9 years ago
TimQu ee8d345667 csl MA model checker does not allow rational numbers 9 years ago
sjunges 19bf801456 Fixed MDP tests 9 years ago
sjunges d97b0b2897 cleaned tests 9 years ago
sjunges b6465020a2 towards working tests in pla 9 years ago
sjunges ba1f6bf3d5 jani property stub 9 years ago
sjunges 2637d51afc set formula 9 years ago
sjunges 9632ca9f6f fixed tests 9 years ago
sjunges 0ef2b55c75 made some region settings attribute to the model checker instead of global 9 years ago
sjunges 548ba8bbeb somehow managed my way through the policy guessing, several minor extensions to solvers 9 years ago
sjunges d8d8f70f0c functional tests now work with the refactored code base 9 years ago
TimQu 0760e2a7f9 tiny MA example, small fix and test cases for MAs 9 years ago
Mavo 5b8cf447c7 Small changes in tests to compile without Carl 9 years ago
TimQu b267394a2c fixed the case where an objective is satisfied at the initial state. 9 years ago
TimQu 252c2308fe Renamed NeutralEcRemover -> EndComponentEliminator 9 years ago
sjunges 88af02e723 towards new jani version 9 years ago
TimQu d2c1c2d6f7 updated fragment checking for multi objective formulas 9 years ago
TimQu f681206393 building markov automata from prism code 9 years ago
dehnert 83c4b1647c solvers now can allocated auxiliary memory 9 years ago
TimQu 4496b53002 merge fixes 9 years ago
dehnert 95b95d9c64 fixed some minor issues and renamed equation solver methods slightly to make the names a bit more compact 9 years ago
dehnert 9ab33528b4 started to fill value iteration implementation in new general min-max solver 9 years ago
dehnert b4e0cabef6 started working on general min-max solver that uses an underlying linear equation solver. provided necessary factories. adapted code and removed old min-max solvers 9 years ago
dehnert 8153306ced fixed wrong call to Eigen's iterative solvers 9 years ago
dehnert 2a7dc0fad0 renamed MarkovChainSettings 9 years ago
dehnert 07c787b49d added unsupported solvers of eigen 9 years ago
dehnert 69da4ff147 fixed some more problems with Eigen solver 9 years ago
dehnert 00d331ebb4 moved linear equation solver factories to the respective solver files (and away from utility). restructured settings in factories and the way they are forwarded to the linear equation solvers. fixed all resulting errors 9 years ago
PBerger b99a063cce Replaced calls to std::abs with calls to std::fabs and included cmath. 9 years ago
dehnert 3ba5902821 removed debug output and fixed small bug in adaptation of Eigen 9 years ago