Home
last modified time | relevance | path

Searched defs:cutrhs (Results 1 – 11 of 11) sorted by relevance

/dports/math/SCIP/scip-7.0.3/examples/GMI/src/
H A Dsepa_gmi.c135SCIP_Real* cutrhs /**< pointer to store the rhs of the cut, initialized to… in modifyAndPackCut()
211 SCIP_Real cutrhs, /**< rhs of the cut */ in checkNumerics()
280 SCIP_Real* cutrhs, /**< pointer to store cut rhs */ in getGMIFromRow()
573 SCIP_Real cutrhs; in SCIP_DECL_SEPAEXECLP() local
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcuts.c55 QUAD(SCIP_Real cutrhs), /**< right hand side of the MIR row */ in printCutQuad()
204 SCIP_Real cutrhs, /**< the right hand side of the cut */ in calcEfficacy()
296 SCIP_Real cutrhs, /**< the right hand side of the cut */ in calcEfficacyDenseStorageQuad()
336 QUAD(SCIP_Real* cutrhs), /**< the right hand side of the cut */ in removeZerosQuad()
429 QUAD(SCIP_Real* cutrhs), /**< the right hand side of the cut */ in removeZeros()
654 QUAD(SCIP_Real* cutrhs), /**< the right hand side of the cut */ in cutTightenCoefsQuad()
1033 QUAD(SCIP_Real* cutrhs), /**< the right hand side of the cut */ in cutTightenCoefs()
1394 SCIP_Real* cutrhs, /**< the right hand side of the cut */ in SCIPcutsTightenCoefficients()
2195 SCIP_Real* cutrhs, /**< right hand side of cut */ in postprocessCut()
2264 QUAD(SCIP_Real* cutrhs), /**< right hand side of cut */ in postprocessCutQuad()
[all …]
H A Dsepa_strongcg.c167 SCIP_Real cutrhs; in SCIP_DECL_SEPAEXECLP() local
H A Dsepa_cgmip.c2253 SCIP_Real cutrhs = 0.0; in createCGMIPprimalsols() local
2718 SCIP_Real* cutrhs, /**< rhs of the cut */ in computeCut()
3242 SCIP_Real cutrhs; in createCGCutDirect() local
3468 SCIP_Real cutrhs; in createCGCutCMIR() local
3756 SCIP_Real cutrhs; in createCGCutStrongCG() local
H A Dsepa_zerohalf.c1458 SCIP_Real* cutrhs, /**< pointer to add right hand side */ in addOrigRow()
1511 SCIP_Real* cutrhs, /**< pointer to add right hand side */ in addTransRow()
1547 SCIP_Real cutrhs, /**< the right hand side of the cut */ in calcEfficacy()
1632 SCIP_Real cutrhs; in generateZerohalfCut() local
H A Dsepa_gomory.c439 SCIP_Real cutrhs; in SCIP_DECL_SEPAEXECLP() local
H A Dsepa_aggregation.c186 SCIP_Real cutrhs, /**< right hand side of cut */ in addCut()
855 SCIP_Real cutrhs = SCIP_INVALID; in aggregation() local
H A Dsepa_mcf.c5786 SCIP_Real cutrhs, /**< right hand side of cut */ in addCut()
6378 SCIP_Real cutrhs = 0.0; in generateClusterCuts() local
6561 SCIP_Real cutrhs; in generateClusterCuts() local
H A Dcons_indicator.c4532 SCIP_Real cutrhs = 0.0; in separatePerspective() local
H A Dconflict.c7411 SCIP_Real cutrhs; in separateAlternativeProofs() local
/dports/math/cgl/Cgl-releases-0.60.3/Cgl/src/CglGMI/
H A DCglGMI.cpp709 int cutNz, double cutrhs, const double* xbar) { in checkViolation()