Home
last modified time | relevance | path

Searched refs:SCIPdivesetGetWorkSolution (Results 1 – 3 of 3) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_actconsdiving.c310 assert(SCIPdivesetGetWorkSolution(diveset) != NULL); in SCIP_DECL_DIVESETGETSCORE()
311 …*score = getNActiveConsScore(scip, SCIPdivesetGetWorkSolution(diveset), cand, &downscore, &upscore… in SCIP_DECL_DIVESETGETSCORE()
H A Dpub_heur.h194 SCIP_SOL* SCIPdivesetGetWorkSolution(
H A Dheur.c404 SCIP_SOL* SCIPdivesetGetWorkSolution( in SCIPdivesetGetWorkSolution() function