Storm
A Modern Probabilistic Model Checker
|
#include <memory>
#include <vector>
#include "storm/modelchecker/multiobjective/Objective.h"
#include "storm/storage/geometry/Polytope.h"
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) |