Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dpresol_sparsify.c703 int oldnchgcoefs; in SCIP_DECL_PRESOLEXEC() local
933 oldnchgcoefs = *nchgcoefs; in SCIP_DECL_PRESOLEXEC()
978 …presoldata->ncancels, SCIPpresolGetNChgCoefs(presol) + *nchgcoefs - oldnchgcoefs, presoldata->nfil… in SCIP_DECL_PRESOLEXEC()
H A Dcons_knapsack.c8375 int oldnchgcoefs; in dualWeightsTightening() local
8408 oldnchgcoefs = *nchgcoefs; in dualWeightsTightening()
9201 if( oldnchgcoefs < *nchgcoefs ) in dualWeightsTightening()
9210 assert(oldnchgcoefs == *nchgcoefs); in dualWeightsTightening()
9357 int oldnchgcoefs; in simplifyInequalities() local
9449 SCIPdebug( oldnchgcoefs = *nchgcoefs; ) in simplifyInequalities()
12481 int oldnchgcoefs; in SCIP_DECL_CONSPRESOL() local
12493 oldnchgcoefs = *nchgcoefs; in SCIP_DECL_CONSPRESOL()
12648 oldnchgcoefs = *nchgcoefs; in SCIP_DECL_CONSPRESOL()
12662 … if( (*ndelconss != oldndelconss) || (*nchgsides != oldnchgsides) || (*nchgcoefs != oldnchgcoefs) ) in SCIP_DECL_CONSPRESOL()
[all …]
H A Dcons_setppc.c4137 const int oldnchgcoefs = *nchgcoefs; in checkForOverlapping() local
4283 assert(*nchgcoefs - oldnchgcoefs == countofoverlapping[c]); in checkForOverlapping()
5071 int oldnchgcoefs; in preprocessCliques() local
5128 oldnchgcoefs = *nchgcoefs; in preprocessCliques()
5146 if( chgcons0 && *nchgcoefs > oldnchgcoefs ) in preprocessCliques()
8038 int oldnchgcoefs; in SCIP_DECL_CONSPRESOL() local
8055 oldnchgcoefs = *nchgcoefs; in SCIP_DECL_CONSPRESOL()
8195 …nfixedvars || oldnaggrvars < *naggrvars || oldndelconss < *ndelconss || oldnchgcoefs < *nchgcoefs ) in SCIP_DECL_CONSPRESOL()
8252 …nfixedvars || oldnaggrvars < *naggrvars || oldndelconss < *ndelconss || oldnchgcoefs < *nchgcoefs ) in SCIP_DECL_CONSPRESOL()
H A Dcons_varbound.c3392 int oldnchgcoefs; in tightenCoefs() local
3433 oldnchgcoefs = *nchgcoefs; in tightenCoefs()
3816 if( *nchgcoefs > oldnchgcoefs || *nchgsides > oldnchgsides ) in tightenCoefs()
4502 int oldnchgcoefs; in SCIP_DECL_CONSPRESOL() local
4520 oldnchgcoefs = *nchgcoefs; in SCIP_DECL_CONSPRESOL()
4637 || *nchgcoefs > oldnchgcoefs || *nchgsides > oldnchgsides || *naggrvars > oldnaggrvars ) in SCIP_DECL_CONSPRESOL()
H A Dcons_and.c2333 int oldnchgcoefs = *nchgcoefs; in dualPresolve() local
2390 assert(*nchgcoefs - oldnchgcoefs <= nvars); in dualPresolve()
2431 assert(*nchgcoefs - oldnchgcoefs + *nfixedvars - oldnfixedvars <= nvars); in dualPresolve()
2480 assert(*nchgcoefs - oldnchgcoefs <= nvars); in dualPresolve()
H A Dcons_logicor.c4450 int oldnchgcoefs; in SCIP_DECL_CONSPRESOL() local
4468 oldnchgcoefs = *nchgcoefs; in SCIP_DECL_CONSPRESOL()
4530 … else if( *nfixedvars > oldnfixedvars || *nchgbds > oldnchgbds || *nchgcoefs > oldnchgcoefs in SCIP_DECL_CONSPRESOL()
4562 … else if( *nfixedvars > oldnfixedvars || *nchgbds > oldnchgbds || *nchgcoefs > oldnchgcoefs in SCIP_DECL_CONSPRESOL()
H A Dcons_cumulative.c10747 SCIPdebug( int oldnchgcoefs = *nchgcoefs; ) in tightenCapacity()
10764 …bug( SCIPdebugMsg(scip, "; changed additionally %d coefficients\n", (*nchgcoefs) - oldnchgcoefs); ) in tightenCapacity()
10786 int oldnchgcoefs; in tightenCoefs() local
10798 oldnchgcoefs = *nchgcoefs; in tightenCoefs()
10876 if( (*nchgcoefs) > oldnchgcoefs ) in tightenCoefs()
10879 (*nchgcoefs) - oldnchgcoefs, SCIPconsGetName(cons)); in tightenCoefs()
13170 int oldnchgcoefs; in SCIP_DECL_CONSPRESOL() local
13188 oldnchgcoefs = *nchgcoefs; in SCIP_DECL_CONSPRESOL()
13269 …|| *nchgcoefs > oldnchgcoefs || *nupgdconss > oldnupgdconss || *ndelconss > oldndelconss || *nadd… in SCIP_DECL_CONSPRESOL()
H A Dcons_linear.c11487 int oldnchgcoefs; in simplifyInequalities() local
11565 SCIPdebug( oldnchgcoefs = *nchgcoefs; ) in simplifyInequalities()
12431 SCIPdebug( oldnchgcoefs = *nchgcoefs; ) in simplifyInequalities()
12661 …aint %s when applying one round of the gcd algorithm\n", *nchgcoefs - oldnchgcoefs, *nchgsides - o… in simplifyInequalities()
16176 int oldnchgcoefs; in SCIP_DECL_CONSPRESOL() local
16196 oldnchgcoefs = *nchgcoefs; in SCIP_DECL_CONSPRESOL()
16534 oldnchgcoefs = *nchgcoefs; in SCIP_DECL_CONSPRESOL()
16572 …nss - oldndelconss) + (*nchgsides - oldnchgsides)/2.0 + (*nchgcoefs - oldnchgcoefs)/10.0) / ((SCIP… in SCIP_DECL_CONSPRESOL()
16576 oldnchgcoefs = *nchgcoefs; in SCIP_DECL_CONSPRESOL()
16590 && *nupgdconss == oldnupgdconss && *nchgcoefs == oldnchgcoefs && *nchgsides == oldnchgsides in SCIP_DECL_CONSPRESOL()
[all …]
H A Dcons_xor.c5177 int oldnchgcoefs; in SCIP_DECL_CONSPRESOL() local
5187 oldnchgcoefs = *nchgcoefs; in SCIP_DECL_CONSPRESOL()
5342 || *ndelconss > oldndelconss || *nchgcoefs > oldnchgcoefs ) in SCIP_DECL_CONSPRESOL()
H A Dcons_pseudoboolean.c8390 int oldnchgcoefs; in SCIP_DECL_CONSPRESOL() local
8405 oldnchgcoefs = *nchgcoefs; in SCIP_DECL_CONSPRESOL()
8564 || *nupgdconss > oldnupgdconss || *nchgcoefs > oldnchgcoefs || *nchgsides > oldnchgsides ) in SCIP_DECL_CONSPRESOL()
/dports/math/SCIP/scip-7.0.3/applications/Scheduler/src/
H A Dcons_optcumulative.c3416 int oldnchgcoefs; in SCIP_DECL_CONSPROP() local
3421 oldnchgcoefs = nchgcoefs; in SCIP_DECL_CONSPROP()
3455 if( oldnchgbds < nchgbds || oldnchgcoefs < nchgcoefs ) in SCIP_DECL_CONSPROP()