|
Storm 1.11.1.1
A Modern Probabilistic Model Checker
|
#include "storm/analysis/GraphConditions.h"#include "storm/exceptions/NotSupportedException.h"#include "storm/io/file.h"#include "storm/utility/OptionalRef.h"#include "storm/utility/macros.h"

Go to the source code of this file.
Namespaces | |
| namespace | storm |
| LabParser.cpp. | |
| namespace | storm::api |
Functions | |
| template<typename ValueType > | |
| void | storm::api::exportParametricResultToFile (std::optional< ValueType >, storm::OptionalRef< storm::analysis::ConstraintCollector< ValueType > const > const &, std::string const &) |
| template<> | |
| void | storm::api::exportParametricResultToFile (std::optional< storm::RationalFunction > result, storm::OptionalRef< storm::analysis::ConstraintCollector< storm::RationalFunction > const > const &constraintCollector, std::string const &path) |