Home
last modified time | relevance | path

Searched refs:SCIPvarGetNLocksDown (Results 1 – 6 of 6) sorted by relevance

/dports/math/SCIP/scip-7.0.3/applications/Scheduler/src/
H A Dcons_optcumulative.c1193 if( SCIPvarGetNLocksDown(consdata->vars[v]) > (int)consdata->downlocks[v] in collectActivities()
1245 if( SCIPvarGetNLocksDown(consdata->vars[v]) > (int)consdata->downlocks[v] in collectSolActivities()
1411 if( SCIPvarGetNLocksDown(consdata->vars[v]) > (int)consdata->downlocks[v] in checkRedundancy()
2088 assert(SCIPvarGetNLocksDown(var) >= (int)downlock); in fixIntegerVariable()
2097 if( SCIPvarGetNLocksDown(var) == (int)downlock ) in fixIntegerVariable()
2112 else if( SCIPisPositive(scip, objval) && SCIPvarGetNLocksDown(var) == (int)downlock ) in fixIntegerVariable()
2930 assert(SCIPvarGetNLocksDown(var) >= (int)consdata->downlocks[v]); in propagateCons()
2931 if( SCIPvarGetNLocksDown(var) == (int)consdata->downlocks[v] ) in propagateCons()
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dpub_var.h67 int SCIPvarGetNLocksDown(
H A Dbenders.c2290 if( !benders->iscopy && SCIPvarGetNLocksDown(benders->auxiliaryvars[i]) > 0 ) in SCIPbendersExit()
H A Dscip_var.c2664 return (SCIPvarGetNLocksDown(var) > SCIPvarGetNLocksUp(var)); in SCIPisStrongbranchDownFirst()
H A Dlp.c14678 if( SCIPvarGetNLocksDown(col->var) == 0 && ! SCIPsetIsInfinity(set, -col->lb) ) in SCIPlpGetUnboundedSol()
H A Dvar.c3311 int SCIPvarGetNLocksDown( in SCIPvarGetNLocksDown() function