Home
last modified time | relevance | path

Searched refs:strongbranching (Results 1 – 5 of 5) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_lp.h367 SCIP_Bool strongbranching; /**< whether the lp is used for strong branching */ member
H A Dtree.h666 SCIP_Bool strongbranching /**< is the probing mode used for strongbranching? */
H A Dlp.c4174 assert(!lp->strongbranching); in SCIPlpStartStrongbranch()
4176 lp->strongbranching = TRUE; in SCIPlpStartStrongbranch()
4189 assert(lp->strongbranching); in SCIPlpEndStrongbranch()
4191 lp->strongbranching = FALSE; in SCIPlpEndStrongbranch()
4332 assert(lp->strongbranching); in SCIPcolGetStrongbranch()
9157 (*lp)->strongbranching = FALSE; in SCIPlpCreate()
16193 assert(!lp->strongbranching); in SCIPlpStartProbing()
16208 assert(!lp->strongbranching); in SCIPlpEndProbing()
16223 assert(!lp->strongbranching); in SCIPlpStartStrongbranchProbing()
16236 assert(!lp->strongbranching); in SCIPlpEndStrongbranchProbing()
H A Dconflict.c2579 if( lp->strongbranching || !applyglobal ) in tightenSingleVar()
3406 if( conflictset->nbdchginfos > 1 && insertdepth == 0 && !lp->strongbranching ) in conflictAddConflictCons()
3461 if( conflictset->nbdchginfos == 1 && insertdepth == 0 && !lp->strongbranching && !lp->diving ) in conflictAddConflictCons()
H A Dtree.c6437 SCIP_Bool strongbranching /**< is the probing mode used for strongbranching? */ in SCIPtreeStartProbing() argument
6467 tree->sbprobing = strongbranching; in SCIPtreeStartProbing()