|
Storm 1.11.1.1
A Modern Probabilistic Model Checker
|
#include "storm-parsers/parser/ExpressionCreator.h"#include "storm/adapters/RationalNumberAdapter.h"#include "storm/storage/expressions/Expression.h"#include "storm/storage/expressions/ExpressionManager.h"#include "storm/storage/expressions/ExprtkExpressionEvaluator.h"#include "storm/storage/expressions/OperatorType.h"#include "storm/storage/expressions/SimpleValuation.h"#include "test/storm_gtest.h"
Go to the source code of this file.
Functions | |
| TEST (ExpressionEvaluation, NaiveEvaluation) | |
| TEST (ExpressionEvaluation, ExprTkEvaluation) | |
| TEST (ExpressionEvaluation, NegativeModulo) | |
| TEST | ( | ExpressionEvaluation | , |
| ExprTkEvaluation | |||
| ) |
Definition at line 39 of file ExpressionEvalutionTest.cpp.
| TEST | ( | ExpressionEvaluation | , |
| NaiveEvaluation | |||
| ) |
Definition at line 10 of file ExpressionEvalutionTest.cpp.
| TEST | ( | ExpressionEvaluation | , |
| NegativeModulo | |||
| ) |
Definition at line 67 of file ExpressionEvalutionTest.cpp.