Browse Source
Made several changes.
Made several changes.
- Fixed the infinite loop bug that occured when giving a filepath pointing to a directory instead of a file.
- The BitVector to Dtmc subsystem converter now supports an optional choice labeling.
- The output of the modelchecker to the log file is now suppressed while doing a counterexample generation.
- It is now possible to add more atomic propositions to the AtomicPropositionLabeling than previously declared (at the cost of one reserve per added ap beyond the maximum).
The maximum is then increased accordingly.
|-> As a result the state added for the Dtmc subsystem has now its own label.
Next up: Merge.)
Former-commit-id: 74c92aaea1
tempestpy_adaptions
masawei
11 years ago
6 changed files with 62 additions and 34 deletions
-
10src/counterexamples/PathBasedSubsystemGenerator.h
-
9src/models/AbstractModel.h
-
20src/models/AtomicPropositionsLabeling.h
-
30src/models/Dtmc.h
-
21src/parser/PrctlFileParser.cpp
-
6src/storm.cpp
Write
Preview
Loading…
Cancel
Save
Reference in new issue