Storm
A Modern Probabilistic Model Checker
|
#include "storm/modelchecker/CheckTask.h"
Go to the source code of this file.
Namespaces | |
namespace | storm |
LabParser.cpp. | |
namespace | storm::modelchecker |
namespace | storm::modelchecker::helper |
Functions | |
template<typename HelperType , typename FormulaType , typename ModelType > | |
void | storm::modelchecker::helper::setInformationFromCheckTaskNondeterministic (HelperType &helper, storm::modelchecker::CheckTask< FormulaType, typename ModelType::ValueType > const &checkTask, ModelType const &model) |
Forwards relevant information stored in the given CheckTask to the given helper. | |
template<typename HelperType , typename FormulaType , typename ModelType > | |
void | storm::modelchecker::helper::setInformationFromCheckTaskDeterministic (HelperType &helper, storm::modelchecker::CheckTask< FormulaType, typename ModelType::ValueType > const &checkTask, ModelType const &model) |
Forwards relevant information stored in the given CheckTask to the given helper. | |