Storm
A Modern Probabilistic Model Checker
|
#include <memory>
#include <set>
#include <unordered_map>
#include <vector>
#include "storm-pars/analysis/Order.h"
#include "storm-pars/storage/ParameterRegion.h"
#include "storm-pars/utility/parametric.h"
#include "storm/solver/OptimizationDirection.h"
#include "storm/storage/BitVector.h"
#include "storm/storage/SparseMatrix.h"
#include "storm-pars/analysis/MonotonicityChecker.h"
Go to the source code of this file.
Classes | |
class | storm::transformer::ParameterLifter< ParametricType, ConstantType > |
This class lifts parameter choices to nondeterminism: For each row in the given matrix that considerd #par parameters, the resulting matrix will have one row group consisting of 2^#par rows. More... | |
class | storm::transformer::ParameterLifter< ParametricType, ConstantType >::AbstractValuation |
Namespaces | |
namespace | storm |
LabParser.cpp. | |
namespace | storm::transformer |