|
Storm 1.14.0.1
A Modern Probabilistic Model Checker
|
#include <optional>#include "storm/adapters/RationalFunctionAdapter.h"#include "storm/exceptions/NotSupportedException.h"#include "storm/utility/OptionalRef.h"#include "storm/utility/macros.h"

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