Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
MultiObjectivePostprocessing.h File Reference
#include <memory>
#include <vector>
#include "storm/modelchecker/multiobjective/Objective.h"
#include "storm/storage/geometry/Polytope.h"
Include dependency graph for MultiObjectivePostprocessing.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  storm
 LabParser.cpp.
 
namespace  storm::modelchecker
 
namespace  storm::modelchecker::multiobjective
 

Functions

template<typename ValueType , typename GeometryValueType >
std::vector< GeometryValueType > storm::modelchecker::multiobjective::transformObjectiveValuesToOriginal (std::vector< Objective< ValueType > > objectives, std::vector< GeometryValueType > const &point)
 
template<typename ValueType , typename GeometryValueType >
std::shared_ptr< storm::storage::geometry::Polytope< GeometryValueType > > storm::modelchecker::multiobjective::transformObjectivePolytopeToOriginal (std::vector< Objective< ValueType > > objectives, std::shared_ptr< storm::storage::geometry::Polytope< GeometryValueType > > const &polytope)