Stefan Pranger
55f4efd40a
added SMG ModelType
5 years ago
Stefan Pranger
d35e9a6a40
removed plenty of empty line whitespaces
5 years ago
Sebastian Junges
9423d01631
observation valuations added
5 years ago
Sebastian Junges
923f779a09
explicit-state-lookup, for finding states in a model based on the variable assignment
5 years ago
Tim Quatmann
adfdf8c572
Refactored state valuations. They now store values for transient jani variables and do not store values for constants (solving Github issue #73 )
5 years ago
Sebastian Junges
b554dabaab
state generator now takes into account observable expressions when building POMDPs
5 years ago
Tim Quatmann
cb00c21db2
Fixed type uintX -> uintX_t
6 years ago
Sebastian Junges
f52aab0012
fixed out-of-bounds-labelling, added overlapping guards building, and some improved error messages if something goes wrong with highlevel counterex generation
7 years ago
Sebastian Junges
61925d1c98
add option for sparse model builder to add a state encoding out-of-bounds state valuations to enable analysis of buggy models
7 years ago
dehnert
ac759d2671
minor performance improvements to model building
8 years ago
Sebastian Junges
09dcb149c2
storm parses and builds pomdps
8 years ago
sjunges
bbb4d16965
towards support for pomdps in storm
8 years ago
TimQu
2646097d8e
added virtual destructor for NextStateGenerator
8 years ago
TimQu
759e351e95
Improved explicit model building:
- There is now an option to generate a choice labeling that corresponds to the specified action names.
- The old choice labeling (where each choice was labeled with an index set representing the corresponding prism commands) is renamed to choiceOrigins and has been improved towards support of other input formats (such as Jani) and other applications such as scheduler synthesis
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
4d8c765fdf
made jit-builder ready to deal with compositions that do not mention all automata, more work on rewards
Former-commit-id: 2faeed82fa
[formerly 60157bbec4
]
Former-commit-id: ea62a094f1
9 years ago
dehnert
71f2e83bc0
completed moving from monolithic generation to callback-based approach. added building labels to jit-based model builder, added support for options of other builders (selection of labels, reward models, etc)
Former-commit-id: 5729c1c8ca
[formerly 890198a907
]
Former-commit-id: df2528638d
9 years ago
dehnert
59a92a8941
support for labels in JANI models in sparse and dd engine
Former-commit-id: 34ad80be35
[formerly 67c09e4ff7
]
Former-commit-id: 1bf8ab71a1
9 years ago
dehnert
bba69684c9
reworked explicit Markov automaton generation a bit
Former-commit-id: 1ca8c9e828
[formerly 05ef68fdeb
]
Former-commit-id: c0f5830754
9 years ago
dehnert
8a8aca0062
explicit reward model building for JANI working from cli
Former-commit-id: 22b4dbcdbf
[formerly 4edbdf4207
]
Former-commit-id: e93b8bf1a0
9 years ago
dehnert
510e525274
removed unnecessary define for boost::variant problem
Former-commit-id: 9c64abbbda
9 years ago
sjunges
c9593b9e98
trying to fix the boost variant stuff differently
Former-commit-id: a1fb8efece
9 years ago
Mavo
662bbd73d7
CompressedStateType as template argument for NextStateGenerator
Former-commit-id: 145182a918
9 years ago
dehnert
f3fa90cc37
more work towards exact solving
Former-commit-id: 38edbcf2ca
9 years ago
dehnert
512a1ec558
added special label 'deadlock' to models and builders
Former-commit-id: 4edc57216e
9 years ago
dehnert
b62f8819b9
JANI next-state generator can now generate transitions from silent edges
Former-commit-id: 57e37b5850
9 years ago
dehnert
1d3539ab9a
factored out some parts from the PRISM next-state generator into the superclass
Former-commit-id: bb40e2ec4b
9 years ago
dehnert
4cc780cbc0
tests compiling and running again
Former-commit-id: f84c73d0ae
9 years ago
dehnert
4063d88913
added option to build all labels/reward models for next-state generators
Former-commit-id: cfb9787d6c
9 years ago
dehnert
ddf165d4d3
more work on tearing PRISM-specific functionality out of the explicit model builder
Former-commit-id: a835c9072e
9 years ago
dehnert
6655ee41d8
started to restructure explicit model builder to make it fit for JANI models
Former-commit-id: 69603dd97b
9 years ago
dehnert
1405cdfc46
debugged the refactoring a bit
Former-commit-id: 9df3d5d533
9 years ago
dehnert
fd615289e0
outline of learning algorithm
Former-commit-id: d770d1b7dc
9 years ago
dehnert
1f5439e270
added state labeling generator interface
Former-commit-id: eb7668741f
9 years ago
dehnert
9eec5b140c
refactoring of model builder
Former-commit-id: f049f5a5bf
9 years ago
dehnert
a75e0f5323
more work wrt cleaner model exploration
Former-commit-id: f24d618bdf
9 years ago
dehnert
865345c7bf
a little morning code
Former-commit-id: 9cb63427c6
9 years ago
dehnert
8a0bd32b55
tearing apart explicit model builder and 'next-state generation'
Former-commit-id: 2ccda8d931
9 years ago
dehnert
7ce969b312
started working on more flexible model generation using next-state-generators
Former-commit-id: 805940f179
9 years ago