Storm
A Modern Probabilistic Model Checker
|
#include "JaniExpressionVisitor.h"
#include "storm/storage/expressions/SubstitutionVisitor.h"
#include "storm/storage/jani/expressions/JaniExpressions.h"
Go to the source code of this file.
Classes | |
class | storm::expressions::JaniExpressionSubstitutionVisitor< MapType > |
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) |