Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_setppc.c7539 SCIP_Real branchweight; in branchLP() local
7606 branchweight = 0.0; in branchLP()
7612 branchweight += solval; in branchLP()
7615 if( branchweight > MAXBRANCHWEIGHT ) in branchLP()
7632 branchweight -= solval; in branchLP()
7635 if( MINBRANCHWEIGHT <= branchweight && branchweight <= MAXBRANCHWEIGHT ) in branchLP()
7674 …ip, "binary set branching: nselcands=%d/%d, weight(S)=%g, A={", nselcands, nlpcands, branchweight); in branchLP()
H A Dcons_sos1.c290 …SCIP_Bool branchweight; /**< Branch on SOS cons. with highest nonzero-variable w… member
5889 if ( conshdlrdata->branchweight && consdata->weights != NULL ) in enforceConssSOS1()
10295 &conshdlrdata->branchweight, FALSE, FALSE, NULL, NULL) ); in SCIPincludeConshdlrSOS1()