#include "Exceptions.hpp"#include "DecisionVariable.hpp"#include "Uncertainty.hpp"#include "ConstraintTerm.hpp"#include "Constraint.hpp"#include "ObjectiveFunction.hpp"#include "OptimizationModel.hpp"#include "ReformulationOrchestrator.hpp"#include "VariableConverter.hpp"#include "OptModelConverters.hpp"#include "UncertaintyConverter.hpp"#include "helpersOpt.hpp"#include "SolverModeller.hpp"
Functions | |
| void | findMarginalSupportUncertaintySet (ROCPPOptModelIF_Ptr pModelIn, map< string, pair< double, double > > &margSupp, ROCPPMItoMB_Ptr pMIMBConverter, const map< string, uint > &numPartitionsMap, string solver, bool onlyObsUnc, bool onlyUncInMap, const map< string, pair< double, double > > &outerApproxMargSupp) |
| void | findWholeMarginalSupport (ROCPPOptModelIF_Ptr pModelIn, const map< string, uint > &numPartitionsMap, map< string, pair< double, double > > &margSupp) |
| double | calculateArea (const map< string, pair< double, double > > &allMap) |
| double calculateArea | ( | const map< string, pair< double, double > > & | allMap | ) |
| void findMarginalSupportUncertaintySet | ( | ROCPPOptModelIF_Ptr | pModelIn, |
| map< string, pair< double, double > > & | margSupp, | ||
| ROCPPMItoMB_Ptr | pMIMBConverter, | ||
| const map< string, uint > & | numPartitionsMap, | ||
| string | solver, | ||
| bool | onlyObsUnc, | ||
| bool | onlyUncInMap, | ||
| const map< string, pair< double, double > > & | outerApproxMargSupp | ||
| ) |
| void findWholeMarginalSupport | ( | ROCPPOptModelIF_Ptr | pModelIn, |
| const map< string, uint > & | numPartitionsMap, | ||
| map< string, pair< double, double > > & | margSupp | ||
| ) |