Searched refs:unscoredcandidates (Results 1 – 1 of 1) sorted by relevance
/dports/math/SCIP/scip-7.0.3/src/scip/ |
H A D | branch_lookahead.c | 4156 CANDIDATELIST* unscoredcandidates; in ensureScoresPresent() local 4159 SCIP_CALL( candidateListCreate(scip, &unscoredcandidates, nunscoredcandidates) ); in ensureScoresPresent() 4168 unscoredcandidates->candidates[i] = allcandidates->candidates[candindex]; in ensureScoresPresent() 4174 printCandidates(scip, SCIP_VERBLEVEL_HIGH, unscoredcandidates); in ensureScoresPresent() 4181 …ult(scip, status, persistent, config, baselpsol, domainreductions, binconsdata, unscoredcandidates, in ensureScoresPresent() 4184 …ult(scip, status, persistent, config, baselpsol, domainreductions, binconsdata, unscoredcandidates, in ensureScoresPresent() 4191 … assert(allcandidates->candidates[candidateunscored[i]] == unscoredcandidates->candidates[i]); in ensureScoresPresent() 4193 assert(unscoredcandidates->candidates[i] != NULL); in ensureScoresPresent() 4194 unscoredcandidates->candidates[i] = NULL; in ensureScoresPresent() 4199 SCIP_CALL( candidateListFree(scip, &unscoredcandidates) ); in ensureScoresPresent()
|