Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
print.h
Go to the documentation of this file.
1#pragma once
4
6
7namespace storm::pars {
8template<typename ValueType>
9void printInitialStatesResult(std::unique_ptr<storm::modelchecker::CheckResult> const &result, storm::utility::Stopwatch *watch = nullptr,
10 const storm::utility::parametric::Valuation<ValueType> *valuation = nullptr);
11
12}
A class that provides convenience operations to display run times.
Definition Stopwatch.h:14
void printInitialStatesResult(std::unique_ptr< storm::modelchecker::CheckResult > const &result, storm::utility::Stopwatch *watch, const storm::utility::parametric::Valuation< ValueType > *valuation)
Definition print.cpp:10
std::map< typename VariableType< FunctionType >::type, typename CoefficientType< FunctionType >::type > Valuation
Definition parametric.h:41