ROC++  v1.2
Automatic Robust Optimization in C++
helpersOpt.hpp File Reference
Include dependency graph for helpersOpt.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void findMarginalSupportUncertaintySet (ROCPPOptModelIF_Ptr pModelIn, map< string, pair< double, double > > &margSupp, ROCPPMItoMB_Ptr pMIMBConverter, const map< string, uint > &numPartitionsMap, string solver="cplex", bool onlyObsUnc=true, bool onlyUncInMap=false, const map< string, pair< double, double > > &outerApproxMargSupp=map< string, pair< double, double > >())
 
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)
 

Function Documentation

◆ calculateArea()

double calculateArea ( const map< string, pair< double, double > > &  allMap)

◆ findMarginalSupportUncertaintySet()

void findMarginalSupportUncertaintySet ( ROCPPOptModelIF_Ptr  pModelIn,
map< string, pair< double, double > > &  margSupp,
ROCPPMItoMB_Ptr  pMIMBConverter,
const map< string, uint > &  numPartitionsMap,
string  solver = "cplex",
bool  onlyObsUnc = true,
bool  onlyUncInMap = false,
const map< string, pair< double, double > > &  outerApproxMargSupp = map< string, pair< double, double > >() 
)

◆ findWholeMarginalSupport()

void findWholeMarginalSupport ( ROCPPOptModelIF_Ptr  pModelIn,
const map< string, uint > &  numPartitionsMap,
map< string, pair< double, double > > &  margSupp 
)