Home
last modified time | relevance | path

Searched refs:restartnum (Results 1 – 4 of 4) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dsepa_rapidlearning.c184 … int restartnum; /* maximal number of conflicts that should be created */ in setupAndSolveSubscipRapidlearning() local
314 restartnum = 1000; in setupAndSolveSubscipRapidlearning()
330 SCIP_CALL( SCIPsetIntParam(subscip, "conflict/restartnum", restartnum) ); in setupAndSolveSubscipRapidlearning()
391 else if( SCIPgetNConflictConssApplied(subscip) >= restartnum ) in setupAndSolveSubscipRapidlearning()
/dports/x11/xlockmore/xlockmore-5.67/modes/
H A Dbat.c162 int restartnum; member
534 bp->restartnum = TIME; in init_bat()
683 bp->restartnum--; in draw_bat()
684 if (!bp->restartnum) in draw_bat()
H A Dbounce.c172 int restartnum; member
615 bp->restartnum = TIME; in init_bounce()
754 bp->restartnum--; in draw_bounce()
755 if (!bp->restartnum) in draw_bounce()
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG6610 - `conflict/restartnum` and `conflict/restartfac`