Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_linear.c13460 SCIP_Bool tryaggregation; in preprocessConstraintPairs() local
13525 tryaggregation = (cons0isequality || cons1isequality) && (maxaggrnormscale > 0.0); in preprocessConstraintPairs()
13527 && !coefsequal && !coefsnegated && !tryaggregation ) in preprocessConstraintPairs()
13531 if( tryaggregation && consdata1->nvars > diffidx1minus0size ) in preprocessConstraintPairs()
13569 || coefsequal || coefsnegated || tryaggregation) ) in preprocessConstraintPairs()
13591 if( tryaggregation ) in preprocessConstraintPairs()
13607 if( tryaggregation ) in preprocessConstraintPairs()
13624 if( tryaggregation ) in preprocessConstraintPairs()
13924 if( tryaggregation ) in preprocessConstraintPairs()