Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_feaspump.c937 nsolsfound = SCIPgetNBestSolsFound(scip); in SCIP_DECL_HEUREXEC()
952 nbestsolsfound = SCIPgetNBestSolsFound(scip); in SCIP_DECL_HEUREXEC()
1108 …if( nloops % heurdata->perturbfreq == 0 || (heurdata->pertsolfound && SCIPgetNBestSolsFound(scip) … in SCIP_DECL_HEUREXEC()
1112 nbestsolsfound = SCIPgetNBestSolsFound(scip); in SCIP_DECL_HEUREXEC()
H A Dscip_solvingstats.h1331 SCIP_Longint SCIPgetNBestSolsFound(
H A Dheuristics.c388 oldnbestsolsfound = SCIPgetNBestSolsFound(scip); in SCIPperformGenericDivingAlgorithm()
828SCIPgetNBestSolsFound(scip) - oldnbestsolsfound, SCIPgetNConflictConssFound(scip) - oldnconflictsf… in SCIPperformGenericDivingAlgorithm()
H A Dscip_solvingstats.c1775 SCIP_Longint SCIPgetNBestSolsFound( in SCIPgetNBestSolsFound() function
H A Dsolve.c186 && SCIPgetNBestSolsFound(set->scip) >= set->limit_bestsol ) in SCIPsolveIsStopped()