Tim Quatmann
3a11a4b3eb
Introducing a TBB adapter that #undefs TRUE and FALSE.
6 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
Joachim Klein
2948611f3f
cli.cpp: Quote arguments in "Command line arguments" status line
It's nice to be able to copy-paste the arguments from a log file to a shell,
so we'd like to have proper quoting.
We thus use single quotes if an argument contains non-safe characters
in the log output.
7 years ago
dehnert
0ef06fd31b
re-add time output to storm output and make iterative minmax solver respect linear equation solver format for policy iteration
8 years ago
Matthias Volk
349e276c9b
Removed include of cpp file in storm-pars-cli and storm-dft-cli
8 years ago
Sebastian Junges
e0452be54b
move some of the cli stuff to an own header
8 years ago
sjunges
e718acffba
move cli stuff from storm lib to an own small lib
8 years ago
sjunges
2c2dc5acd8
Changed API such that the command line settings do not occur in the settings anymore. Moreover, to prevent having 15 Boolean arguments, the build options are now part of the API.
8 years ago
dehnert
d0ec9a362f
added time output to cli
8 years ago
dehnert
cdf76b0c15
fixed DD-based quotient extraction in bisimulation
8 years ago
dehnert
b25ef3f09c
introduced symbolic bisimulation modes lazy and eager, fixed bug in sparse quotient extraction
8 years ago
dehnert
8a01765005
enabling symbolic bisimulation from cli
8 years ago
dehnert
6fd75ac37e
fixed issue in cli related to transforming PRISM to JANI
8 years ago
TimQu
275f1ff15e
only filter the result if there actually is a result and a filter
8 years ago
TimQu
07259e8f0d
added parser for IMCAs explicit Markov automaton format
8 years ago
dehnert
6471bfdcea
made cli output respect filters
8 years ago
TimQu
ae470851f4
Do not segfault when a property could not be verified
8 years ago
dehnert
bc373475ff
respecting state filters in bisimulation
8 years ago
dehnert
3ffaa77193
first version of state filters in filter expressions
8 years ago
TimQu
c7b83ffb5f
moved parameter lifting related code out of the main library/executable
8 years ago
TimQu
b1f4dfd9d1
Fixed restoring the value of std::cout.fill() after setting it to '0'
8 years ago
dehnert
ada12204e1
fixed regression that did not define undefined constants properly
8 years ago
dehnert
cf79c053f9
replaced lambda default argument by Functor to make gcc 6.3 happy
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
9cf3c67be9
added missing include of StandardRewardModel.h
8 years ago
dehnert
f7965cfc12
minor cleanup
8 years ago
dehnert
d746ff7154
remove superfluous entrypoints.h
8 years ago
dehnert
ea02ea0838
started overhaul of cli/api
8 years ago
dehnert
f0f4cd7390
first version of sparse quotient extraction for dd bisimulation
8 years ago
TimQu
8dfa141a4a
Exporting .dot for explicit input.
removed duplicated code for explicit input with parametric engine
8 years ago
Sebastian Junges
291f5ecd47
First version of Jani-to-Dot.
8 years ago
dehnert
98d956275a
reworked version detection via git/defaults if not available
8 years ago
Matthias Volk
40e125fb85
Enable parsing of parametric DRN
8 years ago
Matthias Volk
36854d4636
Framework for DRN parser
8 years ago
sjunges
b711e050c1
Export jani before constant replacement.
8 years ago
Sebastian Junges
5894f7c706
some forward declarations and header updates to battle recompilation times
8 years ago
dehnert
a85f4fdc89
replaced some StoRMs and Storms by storm, reworked version output a bit
8 years ago
sjunges
8fc0033bb2
fix dft-to-gspn regarding properties, now compiles again, and changed settings: Properties are now in IOSettings (should not change usage)
8 years ago
dehnert
7af65ac804
slightly modified stats output and fixed memory measurement under linux
9 years ago
dehnert
a7e9c5819f
removed 'size-in-memory' output as it was outdated and unreliable. added timing measurements for model construction and model checking
9 years ago
TimQu
362b3bf6c6
removed eigen usages
9 years ago
dehnert
16a06d9f03
formula parser now directly emits properties with names; name filtering of properties from cli
9 years ago
dehnert
b4381a7c48
Constants in formulas appear to be working
9 years ago
TimQu
bfbd96a0e6
added some output for benchmarking
9 years ago
Sebastian Junges
88e17d423a
updated dft->gspn->jani workflow
9 years ago
dehnert
df7da86bd7
flattening JANI models appears to be working, started adding tests
9 years ago
dehnert
bf5018b858
post-merge fixes
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