35 uint64_t stepsUntilPrecomputation;
36 std::optional<uint64_t> sampledPathsUntilPrecomputation;
void setSampledPathsUntilPrecomputation(uint64_t value)
void unsetSampledPathsUntilPrecomputation()
storm::modelchecker::exploration_detail::NextStateHeuristic getNextStateHeuristic() const
~ExplorationEnvironment()
storm::modelchecker::exploration_detail::PrecomputationType getPrecomputationType() const
std::optional< uint64_t > const & getSampledPathsUntilPrecomputation() const
double getPrecision() const
ExplorationEnvironment(ExplorationEnvironment const &other)
void setPrecomputationType(storm::modelchecker::exploration_detail::PrecomputationType value)
uint64_t getStepsUntilPrecomputation() const
void setStepsUntilPrecomputation(uint64_t value)
void setNextStateHeuristic(storm::modelchecker::exploration_detail::NextStateHeuristic value)
ExplorationEnvironment & operator=(ExplorationEnvironment const &other)
void setPrecision(double value)