Storm 1.11.1.1
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
7
8namespace storm {
9
10class Environment;
11
12namespace modelchecker {
13namespace multiobjective {
14
15template<typename SparseModelType>
16std::unique_ptr<CheckResult> performMultiObjectiveModelChecking(Environment const& env, SparseModelType const& model,
17 storm::logic::MultiObjectiveFormula const& formula, bool produceScheduler = false);
18
19}
20} // namespace modelchecker
21} // namespace storm
std::unique_ptr< CheckResult > performMultiObjectiveModelChecking(Environment const &env, SparseModelType const &model, storm::logic::MultiObjectiveFormula const &formula, bool produceScheduler)