boundIsALowerBound() const | storm::solver::SolveGoal< ValueType, SolutionType > | |
boundIsStrict() const | storm::solver::SolveGoal< ValueType, SolutionType > | |
direction() const | storm::solver::SolveGoal< ValueType, SolutionType > | |
hasDirection() const | storm::solver::SolveGoal< ValueType, SolutionType > | |
hasRelevantValues() const | storm::solver::SolveGoal< ValueType, SolutionType > | |
isBounded() const | storm::solver::SolveGoal< ValueType, SolutionType > | |
isRobust() const | storm::solver::SolveGoal< ValueType, SolutionType > | |
minimize() const | storm::solver::SolveGoal< ValueType, SolutionType > | |
oneMinus() | storm::solver::SolveGoal< ValueType, SolutionType > | |
relevantValues() | storm::solver::SolveGoal< ValueType, SolutionType > | |
relevantValues() const | storm::solver::SolveGoal< ValueType, SolutionType > | |
restrictRelevantValues(storm::storage::BitVector const &filter) | storm::solver::SolveGoal< ValueType, SolutionType > | |
setRelevantValues(storm::storage::BitVector &&values) | storm::solver::SolveGoal< ValueType, SolutionType > | |
SolveGoal() | storm::solver::SolveGoal< ValueType, SolutionType > | |
SolveGoal(storm::models::sparse::Model< ValueType, RewardModelType > const &model, storm::modelchecker::CheckTask< FormulaType, SolutionType > const &checkTask) | storm::solver::SolveGoal< ValueType, SolutionType > | inline |
SolveGoal(bool minimize) | storm::solver::SolveGoal< ValueType, SolutionType > | |
SolveGoal(OptimizationDirection d) | storm::solver::SolveGoal< ValueType, SolutionType > | |
SolveGoal(OptimizationDirection d, storm::logic::ComparisonType boundComparisonType, SolutionType const &boundThreshold, storm::storage::BitVector const &relevantValues) | storm::solver::SolveGoal< ValueType, SolutionType > | |
SolveGoal(OptimizationDirection d, storm::storage::BitVector const &relevantValues) | storm::solver::SolveGoal< ValueType, SolutionType > | |
thresholdValue() const | storm::solver::SolveGoal< ValueType, SolutionType > | |