Storm 1.14.0.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
ExplicitModelParserOptions.h
Go to the documentation of this file.
1#pragma once
2
3namespace storm {
4namespace parser {
5
7 bool fixDeadlocks = true;
8 bool buildChoiceLabels = false;
9};
10
11} // namespace parser
12} // namespace storm
Contains all file parsers and helper classes.