1 Commits (b075c16ce0ff382ecb4135b74b43246ca381aeeb)

Author SHA1 Message Date
sjunges 6dfce6a405 extended counterexamples towards expected rewards, and moved counterexamples to a seperate lib (still in main cli) to slightly accelarate building times 7 years ago
Sebastian Junges d1ab260068 remove outdated parts in highlevel counterexamplse 7 years ago
Sebastian Junges e29e6c7cd2 high level counterexamples extended with more options, and improved performance when minimizing over a subset 7 years ago
Sebastian Junges f52aab0012 fixed out-of-bounds-labelling, added overlapping guards building, and some improved error messages if something goes wrong with highlevel counterex generation 7 years ago
dehnert ceea5198d6 fixed detection of unreachability of target state in MaxSAT-based high-level counterexample generation 7 years ago
Sebastian Junges c517ec14b1 support for liveness cex in jani 7 years ago
Sebastian Junges 4d4b178853 counterexamples options: add silent and open to outside 7 years ago
dehnert b3c2d8bbd8 added option to not include dynamic constraints in maxsat counterexample generation 7 years ago
TimQu 51884895c8 Removed linear equation solver factories in model checkers 7 years ago
dehnert 022adf988d fixed typo 8 years ago
dehnert db27777dc4 fix typo 8 years ago
dehnert 667cef37a6 more information about when progress is made in SMT-based high-level cex 8 years ago
dehnert 5dff46c648 added more stats output to SMT-based high-level cex 8 years ago
dehnert a0ac4faa7d slight fix to JANI high-level cex and better statistics 8 years ago
dehnert 4d7be96dda MaxSAT-based high-level counterexamples for JANI 8 years ago
dehnert 24d6337006 JANI choice origins and MILP-based high-level cex for JANI 8 years ago
dehnert d45eead440 improved asserted constraints for high-level cex 8 years ago
dehnert 24d9b8dfc6 minor reformulation 8 years ago
dehnert 9dea83055b added cache to Z3 expression translator to speed up the translation of large constraints 8 years ago
dehnert 459763c019 investigating a cut-related issue in high-level cex 8 years ago
dehnert 66cb8c60d0 fixed applying a custom row-grouping if there is none in high-level cex 8 years ago
dehnert cdb35c8bac fixed issue related to high-level counterexamples for liveness properties 8 years ago
dehnert 4591dba631 made maxsat-based counterexample generation be applicable to DTMCs and MDPs 8 years ago
dehnert 676120229b intermediate stage 8 years ago
sjunges 284a792c1a highlevel counterexamples for smt: get conflict set directly 8 years ago
sjunges 91d0cdf41d fix non-terminating while loop in high level counterexamples 8 years ago
dehnert 905ae821f3 extended SMT-based minimal label set generator so that it can deal with lower-bounded properties (however loosing the minimality property in some sense) 8 years ago
TimQu fd8c99b989 Introducing Environment in MinMaxSolvers and ModelCheckers 8 years ago
dehnert b110172b0d fixed bug in MaxSMT-based counterexample generation pointed out by Milan Ceska 8 years ago
TimQu ecf3c7e996 reverted renaming of LabelSetGenerators to CommandSetGenerators. Potentially, these generators work for arbitrary sets of labels, not just for sets of Prism commands. 8 years ago
dehnert ea02ea0838 started overhaul of cli/api 8 years ago
TimQu 36b38b10ee fixed smt minimal command set generator 8 years ago
TimQu 576f92568e StateValuations and ChoiceOrigins are now members of a sparse::Model. 8 years ago
TimQu 6537fd8b72 Replaced the old choice labeling with the new one and used choice origins for the minimal command set counterexample generators 8 years ago
dehnert a85f4fdc89 replaced some StoRMs and Storms by storm, reworked version output a bit 9 years ago
dehnert b4381a7c48 Constants in formulas appear to be working 9 years ago
dehnert 5b09b91ae1 fixed more warnings 9 years ago
dehnert 136cb194d1 fixed a bunch of unused variable warnings 9 years ago
Sebastian Junges d246517757 removed src prefix in all includes 9 years ago
Sebastian Junges e1d201c85e c++ code compiles again after rename 9 years ago
Sebastian Junges 3a7ee7867b rename files (does not compile) 9 years ago
sjunges 35eb421e71 fixed warning 9 years ago
sjunges cf583ec9dd formulae with rational number bounds 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 2a7dc0fad0 renamed MarkovChainSettings 9 years ago
Mavo a0d659f2da always use shared_ptr<Formula const> 9 years ago
Mavo effadc5cca Split into general settings and markov chain settings 9 years ago
Mavo 67d77608bd Refactoring of settings 9 years ago
dehnert 08bed36579 fixed an issue in performance tests and renamed all remaining LOG4CPLUS macro invocations to that of storm 10 years ago
dehnert 8f087597cc more work towards proper scheduler generation 10 years ago