Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
RationalFunctionToExpression.h
Go to the documentation of this file.
1#pragma once
2
6
7namespace storm {
8namespace expressions {
9template<typename ValueType>
11 public:
12 RationalFunctionToExpression(std::shared_ptr<ExpressionManager> manager);
13
19 std::shared_ptr<ExpressionManager> getManager();
20
27 Expression toExpression(ValueType function);
28
29 private:
30 // The manager responsible for the variables of this valuation.
31 std::shared_ptr<ExpressionManager> manager;
32};
33} // namespace expressions
34} // namespace storm
std::shared_ptr< ExpressionManager > getManager()
Retrieves the manager responsible for the variables of this valuation.
Expression toExpression(ValueType function)
Transforms the function into an expression.
LabParser.cpp.
Definition cli.cpp:18