18 typedef typename SparseModelType::ValueType
ValueType;
33 bool checkAchievability();
41 void initializeConstraintSystem();
44 void addObjectiveConstraints();
47 std::vector<ValueType> getActionBasedExpectedRewards(std::string
const& rewardModelName)
const;
49 std::vector<storm::expressions::Variable> expectedChoiceVariables;
50 std::vector<storm::expressions::Variable> bottomStateVariables;
52 std::unique_ptr<storm::solver::SmtSolver> solver;