Storm 1.14.0.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
ExplorationEnvironment.h
Go to the documentation of this file.
1#pragma once
2
3#include <cstdint>
4#include <optional>
5
7
8namespace storm {
9
40} // namespace storm
void setSampledPathsUntilPrecomputation(uint64_t value)
storm::modelchecker::exploration_detail::NextStateHeuristic getNextStateHeuristic() const
storm::modelchecker::exploration_detail::PrecomputationType getPrecomputationType() const
std::optional< uint64_t > const & getSampledPathsUntilPrecomputation() const
ExplorationEnvironment(ExplorationEnvironment const &other)
void setPrecomputationType(storm::modelchecker::exploration_detail::PrecomputationType value)
void setStepsUntilPrecomputation(uint64_t value)
void setNextStateHeuristic(storm::modelchecker::exploration_detail::NextStateHeuristic value)
ExplorationEnvironment & operator=(ExplorationEnvironment const &other)