Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_varbound.c3393 int oldnchgsides; in tightenCoefs() local
3434 oldnchgsides = *nchgsides; in tightenCoefs()
3816 if( *nchgcoefs > oldnchgcoefs || *nchgsides > oldnchgsides ) in tightenCoefs()
4503 int oldnchgsides; in SCIP_DECL_CONSPRESOL() local
4521 oldnchgsides = *nchgsides; in SCIP_DECL_CONSPRESOL()
4637 || *nchgcoefs > oldnchgcoefs || *nchgsides > oldnchgsides || *naggrvars > oldnaggrvars ) in SCIP_DECL_CONSPRESOL()
H A Dcons_knapsack.c8381 int oldnchgsides; in dualWeightsTightening() local
8392 oldnchgsides = *nchgsides; in dualWeightsTightening()
9211 assert(oldnchgsides == *nchgsides); in dualWeightsTightening()
9358 int oldnchgsides; in simplifyInequalities() local
9450 SCIPdebug( oldnchgsides = *nchgsides; ) in simplifyInequalities()
12482 int oldnchgsides; in SCIP_DECL_CONSPRESOL() local
12494 oldnchgsides = *nchgsides; in SCIP_DECL_CONSPRESOL()
12647 oldnchgsides = *nchgsides; in SCIP_DECL_CONSPRESOL()
12662 … if( (*ndelconss != oldndelconss) || (*nchgsides != oldnchgsides) || (*nchgcoefs != oldnchgcoefs) ) in SCIP_DECL_CONSPRESOL()
12664 … if( ((SCIP_Real) (*ndelconss - oldndelconss) + ((SCIP_Real) (*nchgsides - oldnchgsides))/2.0 + in SCIP_DECL_CONSPRESOL()
[all …]
H A Dcons_linear.c11488 int oldnchgsides; in simplifyInequalities() local
11566 SCIPdebug( oldnchgsides = *nchgsides; ) in simplifyInequalities()
12432 SCIPdebug( oldnchgsides = *nchgsides; ) in simplifyInequalities()
12661 …ound of the gcd algorithm\n", *nchgcoefs - oldnchgcoefs, *nchgsides - oldnchgsides, SCIPconsGetNam… in simplifyInequalities()
16177 int oldnchgsides; in SCIP_DECL_CONSPRESOL() local
16197 oldnchgsides = *nchgsides; in SCIP_DECL_CONSPRESOL()
16533 oldnchgsides = *nchgsides; in SCIP_DECL_CONSPRESOL()
16572 …if( ((*ndelconss - oldndelconss) + (*nchgsides - oldnchgsides)/2.0 + (*nchgcoefs - oldnchgcoefs)/1… in SCIP_DECL_CONSPRESOL()
16575 oldnchgsides = *nchgsides; in SCIP_DECL_CONSPRESOL()
16590 && *nupgdconss == oldnupgdconss && *nchgcoefs == oldnchgcoefs && *nchgsides == oldnchgsides in SCIP_DECL_CONSPRESOL()
[all …]
H A Dcons_pseudoboolean.c8391 int oldnchgsides; in SCIP_DECL_CONSPRESOL() local
8406 oldnchgsides = *nchgsides; in SCIP_DECL_CONSPRESOL()
8564 || *nupgdconss > oldnupgdconss || *nchgcoefs > oldnchgcoefs || *nchgsides > oldnchgsides ) in SCIP_DECL_CONSPRESOL()
H A Dcons_cumulative.c13169 int oldnchgsides; in SCIP_DECL_CONSPRESOL() local
13187 oldnchgsides = *nchgsides; in SCIP_DECL_CONSPRESOL()
13268 else if( *nchgbds > oldnchgbds || *nfixedvars > oldnfixedvars || *nchgsides > oldnchgsides in SCIP_DECL_CONSPRESOL()