Sebastian Junges
|
82978f4357
|
isSinkState
|
5 years ago |
Sebastian Junges
|
fe2dcfc975
|
better dot output for pomdp models
|
5 years ago |
TimQu
|
013695a6ce
|
Fixed compile issue: boost::split seems to need an lvalue for the input string.
|
6 years ago |
Matthias Volk
|
bb71c078fa
|
Export to dot format allows for maximal line width in state labels and valuations
|
6 years ago |
Tim Quatmann
|
6faf074fc5
|
Made sure that model::getAllParameters also returns the parameters occurring at rates.
|
6 years ago |
Matthias Volk
|
3c5f25fe4a
|
Get all model parameters
|
6 years ago |
Sebastian Junges
|
6c2262b7e8
|
more informative error messages during model building (for better debugging)
|
6 years ago |
Sebastian Junges
|
595afcfc0a
|
more precise error message when creating non-deterministic models
|
7 years ago |
Matthias Volk
|
909c035c52
|
Dot export can insert linebreaks between labels
|
6 years ago |
Matthias Volk
|
2ba70e964c
|
Added hasParameters() and supportsParameters() for symbolic models
|
7 years ago |
Matthias Volk
|
db32a91c7c
|
Changed logging level for some output
|
7 years ago |
dehnert
|
676120229b
|
intermediate stage
|
7 years ago |
dehnert
|
41828ca27d
|
more work on bisimulation-based abstraction-refinement
|
8 years ago |
TimQu
|
fcd277c42a
|
added an option that enables building of state valuations. Also include the state valuations when the model is exported to .dot format
|
8 years ago |
TimQu
|
8efccd76d2
|
started to make multi-objective preprocessing more flexible w.r.t. different checkers
|
8 years ago |
Sebastian Junges
|
63fd02937f
|
pomdps
|
8 years ago |
dehnert
|
ea02ea0838
|
started overhaul of cli/api
|
8 years ago |
TimQu
|
e7a8357ee6
|
Fixed some tests
|
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 |
dehnert
|
f0f4cd7390
|
first version of sparse quotient extraction for dd bisimulation
|
8 years ago |
TimQu
|
e7bc5fdef9
|
fixed several minor bugs regarding the choicelabeling
|
8 years ago |
TimQu
|
db31c1cb11
|
improved .dot export of models with choice labeling
|
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 |
TimQu
|
09552d43a3
|
IsExact number trait
|
8 years ago |
dehnert
|
a7e9c5819f
|
removed 'size-in-memory' output as it was outdated and unreliable. added timing measurements for model construction and model checking
|
8 years ago |
TimQu
|
92e837f83c
|
fixed closing of MAs: Previously, stateActionRewardVectors have not been handled properly.
|
8 years ago |
TimQu
|
0b555d5d59
|
fixed closing of MAs: Previously, stateActionRewardVectors have not been handled properly.
|
8 years ago |
Sebastian Junges
|
1f82fa27e8
|
reward parameters
|
8 years ago |
dehnert
|
8d6b029d67
|
next batch of fixing 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 |
dehnert
|
29f0f66689
|
reworked getUniqueRewardModel a little
Former-commit-id: b0a3677c1a [formerly a2124b3363 ]
Former-commit-id: c76a56a168
|
9 years ago |
Mavo
|
566cef0f91
|
Started on compiling without Carl
Former-commit-id: 5e0895d7c5
|
9 years ago |
dehnert
|
a699272dc6
|
renamed storm::Variable to storm::RationalFunctionVariable to avoid confusion with storm::expressions::Variable. fixed some Eigen tests
Former-commit-id: 62c70330c2
|
9 years ago |
dehnert
|
f3fa90cc37
|
more work towards exact solving
Former-commit-id: 38edbcf2ca
|
9 years ago |
Mavo
|
e49582c7cf
|
Replaced assert with STORM_LOG_ASSERT
Former-commit-id: 692ae47b1b
|
9 years ago |
Mavo
|
f2ad4781fe
|
Distincting between supportsParameters and hasParameters
Former-commit-id: a5d961f470
|
9 years ago |
sjunges
|
9b9bbe2a68
|
added isParametric to models
Former-commit-id: dc2189b013
|
9 years ago |
sjunges
|
93be84a4a8
|
fix in get parameters from model
Former-commit-id: c4c11b2b29
|
9 years ago |
sjunges
|
5e9c42f2af
|
intermediate commit
Former-commit-id: 6acb50ec62
|
9 years ago |
sjunges
|
57dffbcd4f
|
further operators on models and reward models
Former-commit-id: 0146278302
|
10 years ago |
sjunges
|
cf10fe206a
|
modifiers for standard rew model, fix with non-const overload in model
Former-commit-id: 25348872ee
|
10 years ago |
sjunges
|
9e24144c27
|
getRewardModel, private, added
Former-commit-id: 095b135758
|
10 years ago |
dehnert
|
b2d8cae9ce
|
instantiated (and fixed occurring problems) explicit parsers with intervals as the reward model value type
Former-commit-id: bf452cd751
|
10 years ago |
chris
|
a216b5a9d9
|
added support for parsing choice labels for explicit MDPs
Former-commit-id: 89bb1817b4
|
10 years ago |
TimQu
|
5de90c27e5
|
Preprocessing, sampling and state elimination now also work with rewards
Former-commit-id: ef14610efa
|
10 years ago |
dehnert
|
b3178e17f6
|
more bug fixes
Former-commit-id: 0b33b30efa
|
10 years ago |
dehnert
|
1a07b24682
|
added some convenience functions for reward model building
Former-commit-id: 796963aee3
|
10 years ago |
dehnert
|
5b77d827dc
|
fixed a bug
Former-commit-id: 2a19ecc4f7
|
10 years ago |