Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_and.c3284 SCIP_Bool coefsequal; in SCIP_DECL_HASHKEYEQ() local
3306 coefsequal = TRUE; in SCIP_DECL_HASHKEYEQ()
3315 coefsequal = FALSE; in SCIP_DECL_HASHKEYEQ()
3321 return coefsequal; in SCIP_DECL_HASHKEYEQ()
H A Dcons_logicor.c1871 SCIP_Bool coefsequal; in SCIP_DECL_HASHKEYEQ() local
1893 coefsequal = TRUE; in SCIP_DECL_HASHKEYEQ()
1902 coefsequal = FALSE; in SCIP_DECL_HASHKEYEQ()
1908 return coefsequal; in SCIP_DECL_HASHKEYEQ()
H A Dcons_linear.c13458 SCIP_Bool coefsequal; in preprocessConstraintPairs() local
13510 coefsequal = (possignature0 == possignature1) && (negsignature0 == negsignature1); in preprocessConstraintPairs()
13527 && !coefsequal && !coefsnegated && !tryaggregation ) in preprocessConstraintPairs()
13569 || coefsequal || coefsnegated || tryaggregation) ) in preprocessConstraintPairs()
13598 coefsequal = FALSE; in preprocessConstraintPairs()
13614 coefsequal = FALSE; in preprocessConstraintPairs()
13633 coefsequal = coefsequal && (SCIPisEQ(scip, val0, val1)); in preprocessConstraintPairs()
13676 if( coefsequal || coefsnegated ) in preprocessConstraintPairs()
13692 SCIPconsGetName(cons0), SCIPconsGetName(cons1), coefsequal ? "equal" : "negated"); in preprocessConstraintPairs()
13696 if( coefsequal ) in preprocessConstraintPairs()
H A Dcons_setppc.c2626 SCIP_Bool coefsequal; in SCIP_DECL_HASHKEYEQ() local
2642 coefsequal = TRUE; in SCIP_DECL_HASHKEYEQ()
2651 coefsequal = FALSE; in SCIP_DECL_HASHKEYEQ()
2657 return coefsequal; in SCIP_DECL_HASHKEYEQ()
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG6176 of nchgsides in case of coefsequal and coefsnegated