Go to the source code of this file.
|
| 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) |
| |
◆ 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 |
|
) |
| |