36 std::vector<uint64_t>& schedulerStorage,
bool robust, std::vector<SolutionType>* operandOut =
nullptr)
const;
42 template<storm::OptimizationDirection Dir, storm::OptimizationDirection RobustDir>
43 bool computeScheduler(std::vector<SolutionType>& operandIn, std::vector<ValueType>
const& offsets, std::vector<uint64_t>& schedulerStorage,
44 std::vector<SolutionType>* operandOut)
const;
47 std::shared_ptr<ValueIterationOperator<ValueType, false, SolutionType>> viOperator;
bool computeScheduler(std::vector< SolutionType > &operandIn, std::vector< ValueType > const &offsets, storm::OptimizationDirection const &dir, std::vector< uint64_t > &schedulerStorage, bool robust, std::vector< SolutionType > *operandOut=nullptr) const
Computes the optimal choices from the given solution.