Matthias Volk
b0abbb5088
Support for k-shortest path counterexamples
6 years ago
Matthias Volk
bb71c078fa
Export to dot format allows for maximal line width in state labels and valuations
6 years ago
Matthias Volk
9a5a6d72c6
Moved some cex code into counterexample module
6 years ago
Matthias Volk
6a77ce210a
Moved setting nofixdl to build settings
6 years ago
Matthias Volk
e4e069a98c
Slight refactoring of transformations
6 years ago
TimQu
9438d56ab3
added cli option for transforming continuous time models to discrete time.
6 years ago
dehnert
0842cb1bd7
DdJaniModelBuilder: adding source locations to guards to correctly track action fragments writing global variables
6 years ago
Tim Quatmann
555fd90536
Silenced a few warnings.
6 years ago
Tim Quatmann
d61d1bd3fe
Fixed type uintX -> uintX_t
6 years ago
Tim Quatmann
cb00c21db2
Fixed type uintX -> uintX_t
6 years ago
Tim Quatmann
8d99ae4f4c
Added some more trace output for sound value iteration.
6 years ago
TimQu
2c80eb518a
Fixed output of properties in the prism syntax.
6 years ago
Matthias Volk
8b77f7f6d6
Added placeholders to DRN format
6 years ago
Matthias Volk
7a8b32399c
Issue warning if max memory of Sylvan is ignored
6 years ago
Alexander Bork
584dc6caa7
Fixed error that matrix dimensions were to small if last columns have only 0 entries
6 years ago
Matthias Volk
628219298e
Some small cleanup in verification API
6 years ago
Matthias Volk
d39189c0e2
Scheduler extraction for MA properties which can be reduced to MDP queries
6 years ago
Matthias Volk
fba3223f63
Use typedefs of RationalFunctionAdapter
6 years ago
Matthias Volk
30565e4d0c
Use carl hashing functions
6 years ago
Tim Quatmann
429c91ff13
Added support for parsing fractions in DRN files.
6 years ago
Tim Quatmann
b896726c4a
Include choice labels in exported scheduler.
6 years ago
Tim Quatmann
8a23197a77
Fix for LRA scheduler generation.
6 years ago
Tim Quatmann
72425ec1b2
CLI: Added an option to export the produced scheduler to a file.
6 years ago
Tim Quatmann
009cee1c25
Implemented scheduler extraction for LRA properties for MDP.
6 years ago
Tim Quatmann
c1b3a4f991
LraMdpPrctlModelCheckerTest: Test LRA computation for different environments. Added a testcase.
7 years ago
Matthias Volk
d05b132dde
Better error output
7 years ago
Tim Quatmann
2cb7b5769e
Jit: Fixed issues when CLN and/or GMP is installed via carl
7 years ago
Tim Quatmann
492348542f
SubsystemBuilder: Fix deadlocks with a selfloop (if requested)
7 years ago
Tim Quatmann
0b1b0d97e2
utility/graph: fixed behavior of getReachableStates when an initial state is not in the constrained set.
7 years ago
Alexander Bork
adf07416dc
Added preservation of time bounded until formulae
7 years ago
Tim Quatmann
b848796852
Nativepolytope: Fixed a bug in quickhull when invoked on just a single point.
7 years ago
Sebastian Junges
976f85cc25
drn export for labels with whitespace is now put into quotation marks
7 years ago
Alexander Bork
450e074c5b
Integrated non-Markovian state elimination into Storm MA modelchecking
7 years ago
Alexander Bork
7b038db6d5
Fixed missing part for label preservation and added formula preservation check
7 years ago
Alexander Bork
5aa19c9a58
Added settings for non-Markovian state elimination
7 years ago
Alexander Bork
88d6300084
Added option for label preservation to state elimination
7 years ago
Sebastian Junges
f5b6bc84ba
circumvent problems with the bdd export
7 years ago
Sebastian Junges
4f063cd233
tackling problems on unix
7 years ago
Matthias Volk
6ce429efc4
Added missing include
7 years ago
Sebastian Junges
d295f6e777
export of bdds into dot and text format
7 years ago
Alexander Bork
ae5c001d24
Moved non-Markovian state eliminator to its own class
7 years ago
Alexander Bork
10bb42e0f6
First version of non-Markovian state elimination for MAs
7 years ago
Matthias Volk
7fb660227f
Replaced assert(false) by throwing an exception
7 years ago
Matthias Volk
685b5c6b27
Throw exceptions after switch/case to silence compiler warnings about not returning anything
7 years ago
Matthias Volk
adfe82d0d6
Fixed typo to void
7 years ago
Alexander Bork
549774abc9
Added state remapping in state elimination
7 years ago
Alexander Bork
27e65d5669
Added construction of the state remapping for elimination of non-Markovian states in MAs
7 years ago
Tim Quatmann
b357868a32
GurobiLpSolver: Fixed rounding of integral results.
7 years ago
Matthias Volk
47344f9080
Removed unused flat_set includes
7 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.
7 years ago