Tim Quatmann
|
a3ada8a0c3
|
cli: added a space that was missing in output of steady-state result
|
4 years ago |
Tim Quatmann
|
77d2e9c98f
|
Fixed output of steady-state distr computation.
|
4 years ago |
Tim Quatmann
|
2e593dc014
|
Added computation of steady state probabilities for DTMC/CTMC in the sparse engine.
|
4 years ago |
Tim Quatmann
|
28ab011eb8
|
Added an export of check results to json.
|
4 years ago |
Tim Quatmann
|
d0c153da8d
|
Added switch `--no-simplify` to disable simplification of PRISM programs (which sometimes costs a bit of time on extremely large inputs)
|
4 years ago |
TimQu
|
b45497a8c4
|
Added --propsasmulti switch to interpret input formulas as multi-objective formula
|
4 years ago |
Tim Quatmann
|
90d5da570c
|
Renamed portfolio engine to automatic engine.
|
4 years ago |
Tim Quatmann
|
87ef49a2d0
|
Do not show a conversion warning if no conversion happens.
|
4 years ago |
Tim Quatmann
|
5f119ed149
|
Fixed weird error when invoking Storm with portfolio engine and no input model.
|
4 years ago |
Tim Quatmann
|
7e18fbf3c2
|
Fixed weird error when invoking Storm with portfolio engine and no input model.
|
4 years ago |
Sebastian Junges
|
d6bfcb4818
|
refactoring: moving some code out of the util folder
|
4 years ago |
Tim Quatmann
|
5aa3610f2e
|
Model building: Set automatically building choice labels and origins within the BuilderOptions (previously, this was done in the cli code)
|
5 years ago |
Tim Quatmann
|
e9ab8e65d4
|
model building: Fixed correctly setting the number of reserved bits for unbounded state variables from the cli option
|
5 years ago |
Tim Quatmann
|
70d10bd037
|
Moved generated file `storm-version.cpp` to build folder. Moved version information to new library `storm-version-info` (addressing Github issue #78)
|
5 years ago |
Sebastian Junges
|
a7b6e00e88
|
builderoptions no longer implicitly takes settings from buildersettings
|
5 years ago |
Sebastian Junges
|
d71e70da42
|
build-all-labels for building all labels without building everything, and renamed build-overlapping-guards-label and build-out-of-bounds-state
|
5 years ago |
Sebastian Junges
|
1a6f2e6fba
|
--io:nodrnplaceholders
|
5 years ago |
Sebastian Junges
|
193bddbd11
|
add overlapping guards label via command line
|
5 years ago |
Matthias Volk
|
6540b486e7
|
NotSupportedException when using drn export for symbolic models
|
5 years ago |
Tim Quatmann
|
1603f0569d
|
Silenced a gcc warning.
|
5 years ago |
Tim Quatmann
|
2b57211a98
|
cli: Making sure that the warning for unsupported model checking queries is only displayed in the main binary.
|
5 years ago |
Tim Quatmann
|
82ad509405
|
storm-cli: Splitting the 'export' part from buildPreprocessExportModelWithValueTypeAndDdLib. This allows to build the model without exporting it.
|
5 years ago |
Tim Quatmann
|
5dcebdef93
|
Fixed invocation of storm without a model.
|
5 years ago |
Tim Quatmann
|
4d55dfbf07
|
Fixed doing non-exact model checking in portfolio engine, even if the --exact switch was set.
|
5 years ago |
Tim Quatmann
|
c6b984ca51
|
Do not perform the conversion from a prism program to a jani model twice.
|
5 years ago |
Tim Quatmann
|
e3663ee740
|
Portfolio: print true/false instead of 1/0
|
5 years ago |
Matthias Volk
|
ce298fa782
|
Moved signal handling to own file to prevent problems with global static variables being non-unique
|
5 years ago |
Matthias Volk
|
f01d8943ad
|
Indicate if result is not fully correct due to abort
|
5 years ago |
Tim Quatmann
|
b1dc6fec06
|
Accelerated zeno check for MAs. Also only apply zeno check if --additional-checks is set.
|
5 years ago |
Tim Quatmann
|
ba6f0c0e87
|
BuildSettings: Added the possiblities to build a model with choiceorigins and without max. progress assumption.
|
5 years ago |
Tim Quatmann
|
c66b0ea442
|
model-handling: Fixed compatibility checks
|
5 years ago |
Tim Quatmann
|
54b37d8698
|
Added entry points for portfolio engine
|
5 years ago |
Tim Quatmann
|
8711b32c99
|
When using bisimulation with the dd-to-sparse engine, the quotient is automatically extracted in a sparse way.
|
5 years ago |
Tim Quatmann
|
1574f4444a
|
CLI: Introduced ModelProcessingInformation which allows to set certain settings (regardinge model building and model verification) in an on-the-fly manner.
|
5 years ago |
Tim Quatmann
|
739151af8d
|
CLI: Provide the engine as a parameter in most of the CLI options.
|
5 years ago |
Tim Quatmann
|
17325419fb
|
Introduced JIT as a separate engine.
|
5 years ago |
Tim Quatmann
|
d36cd93ae8
|
CLI: Split parsing and preprocessing of symbolic input into two steps.
Moved engine related methods and declaration to a separate file.
|
5 years ago |
Sebastian Junges
|
0a6f54f33e
|
a version of parsing choice labels from DRN
|
5 years ago |
Sebastian Junges
|
be063dba14
|
POMDPs are now always built with choice labelling and choice indices
|
5 years ago |
Alexander Bork
|
605546358b
|
Added option to merge labels of eliminated states into existing states
|
5 years ago |
Alexander Bork
|
e28203fbb8
|
Added option to merge labels of eliminated states into existing states
|
5 years ago |
Matthias Volk
|
61c1ec8537
|
Check for Zeno cycles in MA
|
5 years ago |
Matthias Volk
|
ddff929cbd
|
Scheduler extraction is only supported for quantitative checks
|
5 years ago |
Matthias Volk
|
b0abbb5088
|
Support for k-shortest path counterexamples
|
5 years ago |
Matthias Volk
|
bb71c078fa
|
Export to dot format allows for maximal line width in state labels and valuations
|
5 years ago |
Matthias Volk
|
9a5a6d72c6
|
Moved some cex code into counterexample module
|
5 years ago |
Matthias Volk
|
b8991ca4bf
|
Fixed compile issue due to merge
|
5 years ago |
Matthias Volk
|
e4e069a98c
|
Slight refactoring of transformations
|
5 years ago |
TimQu
|
9438d56ab3
|
added cli option for transforming continuous time models to discrete time.
|
5 years ago |
Tim Quatmann
|
a47945a931
|
Cleaner output when exporting schedulers
|
5 years ago |