Sebastian Junges
|
6e2e3d452d
|
minor fixes in counterexample generation
|
7 years ago |
Sebastian Junges
|
98969e627c
|
updated counterexamples to support statistics to be exported
|
7 years ago |
Sebastian Junges
|
0be0126095
|
fixed support for highlevel counterex for expected rewards in dtmcs
|
7 years ago |
sjunges
|
8478352030
|
dynamic constraints and minimality labels
|
7 years ago |
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
|
7 years ago |
dehnert
|
db27777dc4
|
fix typo
|
7 years ago |
dehnert
|
667cef37a6
|
more information about when progress is made in SMT-based high-level cex
|
7 years ago |
dehnert
|
5dff46c648
|
added more stats output to SMT-based high-level cex
|
7 years ago |
dehnert
|
a0ac4faa7d
|
slight fix to JANI high-level cex and better statistics
|
7 years ago |
dehnert
|
4d7be96dda
|
MaxSAT-based high-level counterexamples for JANI
|
7 years ago |
dehnert
|
24d6337006
|
JANI choice origins and MILP-based high-level cex for JANI
|
7 years ago |
dehnert
|
d45eead440
|
improved asserted constraints for high-level cex
|
7 years ago |
dehnert
|
24d9b8dfc6
|
minor reformulation
|
7 years ago |
dehnert
|
9dea83055b
|
added cache to Z3 expression translator to speed up the translation of large constraints
|
7 years ago |
dehnert
|
459763c019
|
investigating a cut-related issue in high-level cex
|
7 years ago |
dehnert
|
66cb8c60d0
|
fixed applying a custom row-grouping if there is none in high-level cex
|
7 years ago |
dehnert
|
cdb35c8bac
|
fixed issue related to high-level counterexamples for liveness properties
|
7 years ago |
dehnert
|
4591dba631
|
made maxsat-based counterexample generation be applicable to DTMCs and MDPs
|
7 years ago |
dehnert
|
676120229b
|
intermediate stage
|
7 years ago |
sjunges
|
284a792c1a
|
highlevel counterexamples for smt: get conflict set directly
|
7 years ago |
sjunges
|
91d0cdf41d
|
fix non-terminating while loop in high level counterexamples
|
7 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)
|
7 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.
A model can now be constructed by providing a modelComponents struct.
|
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
|
8 years ago |
dehnert
|
b4381a7c48
|
Constants in formulas appear to be working
|
8 years ago |
dehnert
|
5b09b91ae1
|
fixed more warnings
|
8 years ago |
dehnert
|
136cb194d1
|
fixed a bunch of unused variable warnings
|
8 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
Former-commit-id: 56e9774266 [formerly 3ef61956be ]
Former-commit-id: 08cf16352b
|
9 years ago |
sjunges
|
cf583ec9dd
|
formulae with rational number bounds
Former-commit-id: 17755ccf84
|
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
Former-commit-id: c1895472c7
|
9 years ago |
dehnert
|
2a7dc0fad0
|
renamed MarkovChainSettings
Former-commit-id: 39024731f8
|
9 years ago |
Mavo
|
a0d659f2da
|
always use shared_ptr<Formula const>
Former-commit-id: 63a447e887
|
9 years ago |