Sebastian Junges
d6bfcb4818
refactoring: moving some code out of the util folder
4 years ago
Sebastian Junges
a07f6068af
fixed some strange bug ( why did it even work? ) in counterexample generation for upper-bounded probabilities
5 years ago
Sebastian Junges
c2f5eb9ce0
do not export reward model if we find a counterexample for a probability property
5 years ago
Sebastian Junges
5937a764b8
debug output now only appears with log level
5 years ago
Sebastian Junges
22c644b42c
more trace messages in counterexample generation
5 years ago
Sebastian Junges
356eb0b3b1
fix debugging assistance code that is no longer valid when you compute multiple counterexamples
5 years ago
Matthias Volk
4ee31063a4
Removed double whitespaces in outputs
5 years ago
Matthias Volk
4f36e7e431
Check if counterexample exists for k-shortest path
5 years ago
Matthias Volk
b0abbb5088
Support for k-shortest path counterexamples
5 years ago
Matthias Volk
9a5a6d72c6
Moved some cex code into counterexample module
5 years ago
Matthias Volk
6a4c18e4a2
Use custom FlatSet to account for allocator changes in flat_set in Boost 1.70.
Boost 1.70 changed the default allocator parameter from new_allocator<T> to void to reduce symbol lenghts.
This reverts the default to the old allocator.
6 years ago
TimQu
0a02fecd6b
settings/modules: Flagged several options as advanced.
6 years ago
Matthias Volk
8b87d79c3e
Removed copy-pasted references to DFTs
6 years ago
Matthias Volk
cbd709f0cd
Fixed assertion
6 years ago
Sebastian Junges
a34ca5c9ac
dont go on as soon as trivial command set is necessary
6 years ago
Sebastian Junges
73900f1bbe
advanced stopping criteria for multi-counterexamples, additional measurements for cuts, an option to properly disable backward implications, and some cleaning
6 years ago
Sebastian Junges
ac9d9d6778
fix in counterexamples for lower bounds that was recently introduced
6 years ago
Sebastian Junges
6051363782
initial support for multi-reward structures in counterexample generation
7 years ago
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
39698d6ecb
fix install of storm-counterexamples
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