Home
last modified time | relevance | path

Searched refs:REOPT_CONSTYPE_CUT (Results 1 – 2 of 2) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dtype_reopt.h64REOPT_CONSTYPE_CUT = 2, /**< constraint representing a cut, e.g., to separa… enumerator
H A Dreopt.c1625 lhs, rhs, ncutvars, REOPT_CONSTYPE_CUT, TRUE) ); in storeCuts()
3327 reoptconsdata->constype = REOPT_CONSTYPE_CUT; in addGlobalCut()
4285 if( reoptconsdata->constype == REOPT_CONSTYPE_CUT ) in addLocalConss()
6014 SCIP_CALL( saveGlobalCons(reopt, set, blkmem, node, REOPT_CONSTYPE_CUT) ); in SCIPreoptAddInfNode()
7712 …e, SCIP_MAXSTRLEN, "glb_%s_%d_%d", reopt->glbconss[c]->constype == REOPT_CONSTYPE_CUT ? "cut" : "i… in SCIPreoptApplyGlbConss()
7832 if( cons->constype == REOPT_CONSTYPE_CUT ) in SCIPreoptApplyCuts()
7907 assert(reoptnode->conss[i]->constype != REOPT_CONSTYPE_CUT); in SCIPreoptApplyCuts()
8077 assert(constype == REOPT_CONSTYPE_CUT || boundtypes != NULL); in SCIPreoptnodeAddCons()
8082 if( nvars == 1 && constype != REOPT_CONSTYPE_CUT ) in SCIPreoptnodeAddCons()