Storm
A Modern Probabilistic Model Checker
|
#include <memory>
#include <string>
#include "storm-config.h"
#include "storm-pars/api/region.h"
#include "storm-pars/modelchecker/instantiation/SparseInstantiationModelChecker.h"
#include "storm-pars/modelchecker/region/SparseDtmcParameterLiftingModelChecker.h"
#include "storm-pars/modelchecker/region/SparseParameterLiftingModelChecker.h"
#include "storm-pars/transformer/TimeTravelling.h"
#include "storm-parsers/api/model_descriptions.h"
#include "storm-parsers/api/properties.h"
#include "storm-parsers/parser/AutoParser.h"
#include "storm-parsers/parser/FormulaParser.h"
#include "storm/adapters/RationalFunctionAdapter.h"
#include "storm/adapters/RationalNumberAdapter.h"
#include "storm/api/bisimulation.h"
#include "storm/api/builder.h"
#include "storm/environment/Environment.h"
#include "storm/modelchecker/CheckTask.h"
#include "storm/modelchecker/reachability/SparseDtmcEliminationModelChecker.h"
#include "storm/modelchecker/results/ExplicitQuantitativeCheckResult.h"
#include "storm/models/sparse/Dtmc.h"
#include "storm/models/sparse/Model.h"
#include "storm/solver/OptimizationDirection.h"
#include "storm/storage/bisimulation/BisimulationType.h"
#include "storm/storage/prism/Program.h"
#include "storm/utility/prism.h"
#include "test/storm_gtest.h"
#include "storm/utility/constants.h"
#include "storm/utility/macros.h"
Go to the source code of this file.
Classes | |
class | TimeTravelling |
Functions | |
void | testModel (std::string programFile, std::string formulaAsString, std::string constantsAsString) |
TEST_F (TimeTravelling, Crowds) | |
TEST_F (TimeTravelling, Nand) | |
TEST_F (TimeTravelling, Herman) | |
TEST_F | ( | TimeTravelling | , |
Crowds | |||
) |
Definition at line 103 of file TimeTravellingTest.cpp.
TEST_F | ( | TimeTravelling | , |
Herman | |||
) |
Definition at line 115 of file TimeTravellingTest.cpp.
TEST_F | ( | TimeTravelling | , |
Nand | |||
) |
Definition at line 109 of file TimeTravellingTest.cpp.
void testModel | ( | std::string | programFile, |
std::string | formulaAsString, | ||
std::string | constantsAsString | ||
) |
Definition at line 32 of file TimeTravellingTest.cpp.