Storm 1.13.0.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
ValueIterationOperatorForward.h
Go to the documentation of this file.
1#pragma once
2
3namespace storm::solver::helper {
4template<typename ValueType, bool TrivialRowGrouping, typename SolutionType = ValueType>
6}
This class represents the Value Iteration Operator (also known as Bellman operator).