Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dbranch_random.c66 …SCIP_Real* candssol, /**< relaxation solution values of branching candidates,… in getRandomVariable() argument
121 if( candssol != NULL ) in getRandomVariable()
122 *bestcandsol = candssol[idx]; in getRandomVariable()
H A Dheur_simplerounding.c77 SCIP_Real* candssol, /**< solutions of candidate variables */ in performSimpleRounding() argument
94 oldsolval = candssol[c]; in performSimpleRounding()
H A Dbranch_pscost.c446 SCIP_Real* candssol, /**< array of candidate solution values */ in selectBranchVar() argument
506 candsol = candssol[candsorigidx[i]]; in selectBranchVar()
518 candsol = candssol[candsorigidx[j]]; in selectBranchVar()