28 typedef typename std::shared_ptr<storm::storage::geometry::Polytope<GeometryValueType>>
Polytope;
29 typedef typename std::vector<GeometryValueType>
Point;
64 std::string
getStatistics(std::string
const& prefix =
"")
const;
75 std::vector<Point>& foundPoints, std::vector<Polytope>& infeasableAreas, uint64_t
const& depth);
77 ModelType
const& model;
78 std::vector<DeterministicSchedsObjectiveHelper<ModelType>>
const& objectiveHelper;
80 std::unique_ptr<storm::solver::LpSolver<ValueType>> lpModel;
81 std::vector<storm::expressions::Expression> choiceVariables;
82 std::vector<storm::expressions::Expression> initialStateResults;
83 std::vector<storm::expressions::Variable> currentObjectiveVariables;
84 std::vector<GeometryValueType> currentWeightVector;
92 uint64_t numLpQueries;