Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
multiObjectiveModelChecking.h
Go to the documentation of this file.
1#pragma once
2
3#include <memory>
4
8
9namespace storm {
10
11class Environment;
12
13namespace modelchecker {
14namespace multiobjective {
15
16template<typename SparseModelType>
17std::unique_ptr<CheckResult> performMultiObjectiveModelChecking(Environment const& env, SparseModelType const& model,
19
20}
21} // namespace modelchecker
22} // namespace storm
std::unique_ptr< CheckResult > performMultiObjectiveModelChecking(Environment const &env, SparseModelType const &model, storm::logic::MultiObjectiveFormula const &formula)
LabParser.cpp.
Definition cli.cpp:18