Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
FunctionEliminator.h File Reference
#include <vector>
Include dependency graph for FunctionEliminator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  storm
 LabParser.cpp.
 
namespace  storm::expressions
 
namespace  storm::jani
 

Functions

void storm::jani::eliminateFunctions (Model &model, std::vector< Property > &properties)
 Eliminates all function references in the given model and the given properties by replacing them with their corresponding definitions.
 
storm::expressions::Expression storm::jani::eliminateFunctionCallsInExpression (storm::expressions::Expression const &expression, Model const &model)
 Eliminates all function calls in the given expression by replacing them with their corresponding definitions.