Storm
A Modern Probabilistic Model Checker
|
#include "JaniExpressionSubstitutionVisitor.h"
#include "storm/exceptions/InvalidArgumentException.h"
Go to the source code of this file.
Namespaces | |
namespace | storm |
LabParser.cpp. | |
namespace | storm::jani |
namespace | storm::expressions |
Functions | |
storm::expressions::Expression | storm::jani::substituteJaniExpression (storm::expressions::Expression const &expression, std::map< storm::expressions::Variable, storm::expressions::Expression > const &identifierToExpressionMap, bool const substituteTranscendentalNumbers) |
storm::expressions::Expression | storm::jani::substituteJaniExpression (storm::expressions::Expression const &expression, std::unordered_map< storm::expressions::Variable, storm::expressions::Expression > const &identifierToExpressionMap, bool const substituteTranscendentalNumbers) |