|
Storm 1.11.1.1
A Modern Probabilistic Model Checker
|
#include "storm-config.h"#include <memory>#include <vector>#include "storm-pars/api/storm-pars.h"#include "storm-pars/transformer/SparseParametricDtmcSimplifier.h"#include "storm-parsers/api/storm-parsers.h"#include "storm-parsers/parser/AutoParser.h"#include "storm-parsers/parser/PrismParser.h"#include "storm/api/builder.h"#include "storm/api/storm.h"#include "storm/logic/Formulas.h"#include "storm/modelchecker/prctl/SparseDtmcPrctlModelChecker.h"#include "storm/modelchecker/results/ExplicitQualitativeCheckResult.h"#include "storm/models/sparse/StandardRewardModel.h"#include "storm/utility/graph.h"#include "test/storm_gtest.h"
Go to the source code of this file.
Classes | |
| class | OrderExtenderTest |
Functions | |
| TEST_F (OrderExtenderTest, Brp_with_bisimulation_on_model) | |
| TEST_F (OrderExtenderTest, Brp_without_bisimulation_on_model) | |
| TEST_F (OrderExtenderTest, Brp_with_bisimulation_on_matrix) | |
| TEST_F (OrderExtenderTest, Brp_without_bisimulation_on_matrix) | |
| TEST_F (OrderExtenderTest, simple1_on_model) | |
| TEST_F (OrderExtenderTest, simple1_on_matrix) | |
| TEST_F (OrderExtenderTest, casestudy1_on_model) | |
| TEST_F (OrderExtenderTest, casestudy1_on_matrix) | |
| TEST_F (OrderExtenderTest, casestudy2_on_matrix) | |
| TEST_F | ( | OrderExtenderTest | , |
| Brp_with_bisimulation_on_matrix | |||
| ) |
Definition at line 114 of file OrderExtenderTest.cpp.
| TEST_F | ( | OrderExtenderTest | , |
| Brp_with_bisimulation_on_model | |||
| ) |
Definition at line 31 of file OrderExtenderTest.cpp.
| TEST_F | ( | OrderExtenderTest | , |
| Brp_without_bisimulation_on_matrix | |||
| ) |
Definition at line 170 of file OrderExtenderTest.cpp.
| TEST_F | ( | OrderExtenderTest | , |
| Brp_without_bisimulation_on_model | |||
| ) |
Definition at line 83 of file OrderExtenderTest.cpp.
| TEST_F | ( | OrderExtenderTest | , |
| casestudy1_on_matrix | |||
| ) |
Definition at line 338 of file OrderExtenderTest.cpp.
| TEST_F | ( | OrderExtenderTest | , |
| casestudy1_on_model | |||
| ) |
Definition at line 300 of file OrderExtenderTest.cpp.
| TEST_F | ( | OrderExtenderTest | , |
| casestudy2_on_matrix | |||
| ) |
Definition at line 391 of file OrderExtenderTest.cpp.
| TEST_F | ( | OrderExtenderTest | , |
| simple1_on_matrix | |||
| ) |
Definition at line 247 of file OrderExtenderTest.cpp.
| TEST_F | ( | OrderExtenderTest | , |
| simple1_on_model | |||
| ) |
Definition at line 209 of file OrderExtenderTest.cpp.