Storm
A Modern Probabilistic Model Checker
|
#include <vector>
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. | |