Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
FunctionEliminator.h
Go to the documentation of this file.
1#pragma once
2
3#include <vector>
4
5namespace storm {
6
7namespace expressions {
8class Expression;
9}
10
11namespace jani {
12class Model;
13class Property;
14
18void eliminateFunctions(Model& model, std::vector<Property>& properties);
19
25
26} // namespace jani
27} // namespace storm
void eliminateFunctions(Model &model, std::vector< Property > &properties)
Eliminates all function references in the given model and the given properties by replacing them with...
storm::expressions::Expression eliminateFunctionCallsInExpression(storm::expressions::Expression const &expression, Model const &model)
Eliminates all function calls in the given expression by replacing them with their corresponding defi...
LabParser.cpp.
Definition cli.cpp:18