1 #ifndef MODEL_OPTIONS_HH_
2 #define MODEL_OPTIONS_HH_
54 verbosity = Verbosity::Silent;
55 reachSolver = ReachType::glop;
56 sspSolver = SSPType::poly;
60 enum class ReachType {
64 iter = 0, glop = 1, poly = 2
66 Verbosity::Level verbosity;
67 ReachType reachSolver;
71 std::vector<std::pair<std::string,std::string>> defines;