Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_orbitope.c1506 … SCIP_Bool resprop /**< whether we are in resprop (TRUE) or prop (FALSE) */ in findLexMinFace() argument
1515 assert( !resprop || minfixedrowlexmin != NULL ); in findLexMinFace()
1572 if ( resprop ) in findLexMinFace()
1605 … SCIP_Bool resprop /**< whether we are in resprop (TRUE) or prop (FALSE) */ in findLexMaxFace() argument
1614 assert( !resprop || minfixedrowlexmax != NULL ); in findLexMaxFace()
1668 if ( resprop ) in findLexMaxFace()
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG4717 - fixed bug in cons_orbitope:resprop() for the packing case