Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dprop_dualfix.c241 int oldnfixedvars; in SCIP_DECL_PROPPRESOL() local
254 oldnfixedvars = *nfixedvars; in SCIP_DECL_PROPPRESOL()
263 else if( *nfixedvars > oldnfixedvars ) in SCIP_DECL_PROPPRESOL()
H A Dprop_probing.c344 int oldnfixedvars, /**< number of previously fixed variables */ in applyProbing() argument
442 …if( *nfixedvars - oldnfixedvars + *naggrvars - oldnaggrvars >= maxfixings || (looped && oldstartid… in applyProbing()
444 if( *nfixedvars - oldnfixedvars + *naggrvars - oldnaggrvars > 0 ) in applyProbing()
862 int oldnfixedvars; in SCIP_DECL_PROPPRESOL() local
958 oldnfixedvars = *nfixedvars; in SCIP_DECL_PROPPRESOL()
965 …&(propdata->startidx), nfixedvars, naggrvars, nchgbds, oldnfixedvars, oldnaggrvars, &delay, &cutof… in SCIP_DECL_PROPPRESOL()
978 if( *nfixedvars > oldnfixedvars || *naggrvars > oldnaggrvars || *nchgbds > oldnchgbds in SCIP_DECL_PROPPRESOL()
1000 int oldnfixedvars; in SCIP_DECL_PROPEXEC() local
1081 oldnfixedvars = 0; in SCIP_DECL_PROPEXEC()
1091 …rs, nbinvars, nbinvars, &startidx, &nfixedvars, &naggrvars, &nchgbds, oldnfixedvars, oldnaggrvars,… in SCIP_DECL_PROPEXEC()
[all …]
H A Dpresol_stuffing.c403 int oldnfixedvars; in SCIP_DECL_PRESOLEXEC() local
405 oldnfixedvars = *nfixedvars; in SCIP_DECL_PRESOLEXEC()
472 if( *result != SCIP_CUTOFF && *nfixedvars > oldnfixedvars ) in SCIP_DECL_PRESOLEXEC()
H A Dpresol_dualcomp.c721 int oldnfixedvars; in SCIP_DECL_PRESOLEXEC() local
727 oldnfixedvars = *nfixedvars; in SCIP_DECL_PRESOLEXEC()
800 if( *result != SCIP_CUTOFF && *nfixedvars > oldnfixedvars ) in SCIP_DECL_PRESOLEXEC()
H A Dcons_and.c2076 int oldnfixedvars = *nfixedvars; in dualPresolve() local
2300 assert(*nfixedvars - oldnfixedvars <= nimpoperands); in dualPresolve()
2302 assert((*nfixedvars - oldnfixedvars == nvars) == (nimpoperands == nvars)); in dualPresolve()
2304 if( *nfixedvars - oldnfixedvars == nvars ) in dualPresolve()
2334 int oldnfixedvars = *nfixedvars; in dualPresolve() local
2429 assert(*nfixedvars - oldnfixedvars <= consdata->nvars); in dualPresolve()
2431 assert(*nchgcoefs - oldnchgcoefs + *nfixedvars - oldnfixedvars <= nvars); in dualPresolve()
4428 int oldnfixedvars; in SCIP_DECL_CONSPRESOL() local
4439 oldnfixedvars = *nfixedvars; in SCIP_DECL_CONSPRESOL()
4572 if( *nfixedvars == oldnfixedvars && *naggrvars == oldnaggrvars ) in SCIP_DECL_CONSPRESOL()
[all …]
H A Dpresol_milp.cpp272 int oldnfixedvars = *nfixedvars; in SCIP_DECL_PRESOLEXEC() local
643 *nfixedvars - oldnfixedvars, *nchgbds - oldnchgbds); in SCIP_DECL_PRESOLEXEC()
H A Dcons_sos2.c565 int oldnfixedvars; in presolRoundSOS2() local
733 oldnfixedvars = *nfixedvars; in presolRoundSOS2()
772 if( *nfixedvars > oldnfixedvars ) in presolRoundSOS2()
1528 SCIPdebug( int oldnfixedvars = *nfixedvars; ) in SCIP_DECL_CONSPRESOL()
1587 *nfixedvars - oldnfixedvars, nremovedvars, *ndelconss - oldndelconss); ) in SCIP_DECL_CONSPRESOL()
H A Dcons_setppc.c2099 int oldnfixedvars; in processFixings() local
2111 oldnfixedvars = *nfixedvars; in processFixings()
3778 const int oldnfixedvars = *nfixedvars; in checkForOverlapping() local
3926 if( oldnfixedvars < *nfixedvars ) in checkForOverlapping()
5625 int oldnfixedvars; in removeDoubleAndSingletonsAndPerformDualpresolve() local
5666 oldnfixedvars = *nfixedvars; in removeDoubleAndSingletonsAndPerformDualpresolve()
5677 if( oldnfixedvars < *nfixedvars ) in removeDoubleAndSingletonsAndPerformDualpresolve()
8035 int oldnfixedvars; in SCIP_DECL_CONSPRESOL() local
8052 oldnfixedvars = *nfixedvars; in SCIP_DECL_CONSPRESOL()
8267 oldnfixedvars = *nfixedvars; in SCIP_DECL_CONSPRESOL()
[all …]
H A Dpresol_tworowbnd.c1338 int oldnfixedvars; in SCIP_DECL_PRESOLEXEC() local
1562 oldnfixedvars = *nfixedvars; in SCIP_DECL_PRESOLEXEC()
1626 if( *nchgbds > oldnchgbds || *nfixedvars > oldnfixedvars ) in SCIP_DECL_PRESOLEXEC()
H A Dcons_or.c1683 int oldnfixedvars; in SCIP_DECL_CONSPRESOL() local
1691 oldnfixedvars = *nfixedvars; in SCIP_DECL_CONSPRESOL()
1786 … else if( *nfixedvars > oldnfixedvars || *naggrvars > oldnaggrvars || *nupgdconss > oldnupgdconss ) in SCIP_DECL_CONSPRESOL()
H A Dpresol_domcol.c2312 int oldnfixedvars; in SCIP_DECL_PRESOLEXEC() local
2314 oldnfixedvars = *nfixedvars; in SCIP_DECL_PRESOLEXEC()
2386 if( *result != SCIP_CUTOFF && *nfixedvars > oldnfixedvars ) in SCIP_DECL_PRESOLEXEC()
H A Dcons_linking.c2413 int oldnfixedvars; in SCIP_DECL_CONSPRESOL() local
2437 oldnfixedvars = *nfixedvars; in SCIP_DECL_CONSPRESOL()
2769 …else if( oldndelconss < *ndelconss || oldnfixedvars < *nfixedvars || oldnchgbds < *nchgbds || oldn… in SCIP_DECL_CONSPRESOL()
H A Dcons_logicor.c4446 int oldnfixedvars; in SCIP_DECL_CONSPRESOL() local
4464 oldnfixedvars = *nfixedvars; 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_cardinality.c2517 SCIPdebug( int oldnfixedvars; ) in SCIP_DECL_CONSPRESOL()
2532 SCIPdebug( oldnfixedvars = *nfixedvars; ) in SCIP_DECL_CONSPRESOL()
2583 …and upgraded %d constraints.\n", *nfixedvars - oldnfixedvars, nremovedvars, *ndelconss - oldndelco… in SCIP_DECL_CONSPRESOL()
H A Dcons_xor.c5173 int oldnfixedvars; in SCIP_DECL_CONSPRESOL() local
5183 oldnfixedvars = *nfixedvars; in SCIP_DECL_CONSPRESOL()
5341 else if( *nfixedvars > oldnfixedvars || *nchgbds > oldnchgbds || *naggrvars > oldnaggrvars in SCIP_DECL_CONSPRESOL()
H A Dcons_linear.c14207 int oldnfixedvars = *nfixedvars; in presolStuffing() local
14295 if( *nfixedvars - oldnfixedvars > 0 || *nchgbds - oldnchgbds > 0 ) in presolStuffing()
14297 …# stuffing fixed %d variables and changed %d bounds\n", *nfixedvars - oldnfixedvars, *nchgbds - ol… in presolStuffing()
14346 SCIPdebug( int oldnfixedvars = *nfixedvars; ) in presolStuffing()
14563 …### new stuffing fixed %d vars, tightened %d bounds\n", *nfixedvars - oldnfixedvars, *nchgbds - ol… in presolStuffing()
16171 int oldnfixedvars; in SCIP_DECL_CONSPRESOL() local
16191 oldnfixedvars = *nfixedvars; in SCIP_DECL_CONSPRESOL()
16589 …&& *nfixedvars == oldnfixedvars && *naggrvars == oldnaggrvars && *nchgbds == oldnchgbds && *ndelco… in SCIP_DECL_CONSPRESOL()
16659 …else if( *nfixedvars > oldnfixedvars || *naggrvars > oldnaggrvars || *nchgbds > oldnchgbds || *nde… in SCIP_DECL_CONSPRESOL()
H A Dcons_cumulative.c8044 int oldnfixedvars; in propagateAllConss() local
8052 oldnfixedvars = *nfixedvars; in propagateAllConss()
8076 if( !(*cutoff) && oldnfixedvars == *nfixedvars && branched != NULL ) in propagateAllConss()
13164 int oldnfixedvars; in SCIP_DECL_CONSPRESOL() local
13185 oldnfixedvars = *nfixedvars; in SCIP_DECL_CONSPRESOL()
13268 else if( *nchgbds > oldnchgbds || *nfixedvars > oldnfixedvars || *nchgsides > oldnchgsides in SCIP_DECL_CONSPRESOL()
H A Dcons_knapsack.c12477 int oldnfixedvars; in SCIP_DECL_CONSPRESOL() local
12489 oldnfixedvars = *nfixedvars; in SCIP_DECL_CONSPRESOL()
12513 if( newchanges || *nfixedvars > oldnfixedvars || *nchgbds > oldnchgbds ) in SCIP_DECL_CONSPRESOL()
12886 else if( success || *nfixedvars > oldnfixedvars || *nchgbds > oldnchgbds ) in SCIP_DECL_CONSPRESOL()
H A Dcons_pseudoboolean.c8385 int oldnfixedvars; in SCIP_DECL_CONSPRESOL() local
8400 oldnfixedvars = *nfixedvars; in SCIP_DECL_CONSPRESOL()
8563 …else if( *nfixedvars > oldnfixedvars || *naggrvars > oldnaggrvars || *nchgbds > oldnchgbds || *nde… in SCIP_DECL_CONSPRESOL()
H A Dcons_indicator.c5827 SCIPdebug( int oldnfixedvars = *nfixedvars; ) in SCIP_DECL_CONSPRESOL()
5989 nconss, *nfixedvars - oldnfixedvars, *ndelconss - oldndelconss); ) in SCIP_DECL_CONSPRESOL()
H A Dcons_sos1.c9226 SCIPdebug( int oldnfixedvars = *nfixedvars; ) in SCIP_DECL_CONSPRESOL()
9334 …*nfixedvars - oldnfixedvars, *nchgbds - oldnchgbds, nremovedvars, *ndelconss - oldndelconss, *nupg… in SCIP_DECL_CONSPRESOL()
/dports/math/SCIP/scip-7.0.3/applications/Scheduler/src/
H A Dcons_optcumulative.c3492 int oldnfixedvars; in SCIP_DECL_CONSPRESOL() local
3502 oldnfixedvars = *nfixedvars; in SCIP_DECL_CONSPRESOL()
3640 …else if( oldnfixedvars < *nfixedvars || oldnchgbds < *nchgbds || oldnupgdconss < *nupgdconss || ol… in SCIP_DECL_CONSPRESOL()