Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/applications/Coloring/src/
H A Dbranch_strongcoloring.c86 …int fixingsscoremode; /* determines the weightings of the two factors for prior sorting by… member
115 if ( branchruledata->fixingsscoremode == 1 ) in computeFixingsScore()
119 if ( branchruledata->fixingsscoremode == 2 ) in computeFixingsScore()
123 if ( branchruledata->fixingsscoremode == 3 ) in computeFixingsScore()
127 if ( branchruledata->fixingsscoremode == 4 ) in computeFixingsScore()
779 &branchruledata->fixingsscoremode, TRUE, DEFAULT_FIXINGSSCOREMODE, 0, 4, NULL, NULL) ); in SCIPincludeBranchruleStrongcoloring()