Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
ExprtkCompiledExpression.h
Go to the documentation of this file.
1#pragma once
2
4
6
7namespace storm {
8namespace expressions {
9
11 public:
12 typedef exprtk::expression<double> CompiledExpressionType;
13
14 ExprtkCompiledExpression(CompiledExpressionType const& exprtkCompiledExpression);
15
17
18 virtual bool isExprtkCompiledExpression() const override;
19
20 private:
21 CompiledExpressionType exprtkCompiledExpression;
22};
23
24} // namespace expressions
25} // namespace storm
CompiledExpressionType const & getCompiledExpression() const
LabParser.cpp.
Definition cli.cpp:18