Home
last modified time | relevance | path

Searched defs:nupgdconss (Results 1 – 19 of 19) sorted by relevance

/dports/math/py-PySCIPOpt/PySCIPOpt-3.0.2/src/pyscipopt/
H A Dpresol.pxi77 …int* ndelconss, int* naddconss, int* nupgdconss, int* nchgcoefs, int* nchgsides, SCIP_RESULT* resu…
H A Dconshdlr.pxi325 …int* ndelconss, int* naddconss, int* nupgdconss, int* nchgcoefs, int* nchgsides, SCIP_RESULT* resu…
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_presol.h70 …int nupgdconss; /**< total number of upgraded constraints by this presol… member
H A Dstruct_prop.h85 …int nupgdconss; /**< total number of upgraded constraints by this propag… member
H A Dpresol.c391int* nupgdconss, /**< pointer to total number of upgraded constraints of … in SCIPpresolExec()
H A Dcons_and.c1357int* nupgdconss /**< pointer to add up the number of upgraded constraint… in consdataLinearize()
1687int* nupgdconss /**< pointer to add up the number of upgraded constraint… in propagateCons()
1984int* nupgdconss, /**< pointer to add up the number of upgraded constraint… in dualPresolve()
4391 int nupgdconss; in SCIP_DECL_CONSPROP() local
H A Dprop.c522int* nupgdconss, /**< pointer to total number of upgraded constraints of … in SCIPpropPresol()
H A Dcons_abspower.c444 int* nupgdconss, /**< buffer where to add number of upgraded conss */ in presolveFindDuplicatesUpgradeCons()
622int* nupgdconss, /**< pointer where to add number of upgraded constraints… in presolveFindDuplicates()
1699 int* nupgdconss, /**< counter for number of upgraded constraints */ in checkFixedVariables()
H A Dstruct_cons.h261 …int nupgdconss; /**< total number of upgraded constraints by this presol… member
H A Dcons_or.c1325int* nupgdconss /**< pointer to count the number of constraint upgrades … in upgradeCons()
H A Dcons_logicor.c3331 int* nupgdconss, /**< pointer to count number of upgraded constraints */ in removeConstraintsDueToNegCliques()
3604 int* nupgdconss, /**< pointer to count number of upgraded constraints */ in fixDeleteOrUpgradeCons()
H A Dscip_cons.c2343 SCIP_RETCODE SCIPpresolCons( in SCIPpresolCons()
H A Dcons_cardinality.c839 int* nupgdconss, /**< number of upgraded constraints */ in presolRoundCardinality()
H A Dcons.c3975int* nupgdconss, /**< pointer to total number of upgraded constraints of … in SCIPconshdlrPresolve()
7645 SCIP_RETCODE SCIPconsPresol( in SCIPconsPresol()
H A Dcons_soc.c1433 int* nupgdconss, /**< counter for number of upgraded constraints */ in presolveRemoveFixedVariables()
H A Dcons_sos1.c1600 int* nupgdconss, /**< number of upgraded constraints */ in presolRoundConsSOS1()
1828 int* nupgdconss, /**< number of upgraded constraints */ in presolRoundConssSOS1()
H A Dcons_nonlinear.c2125 int* nupgdconss, /**< buffer to increase if constraint was upgraded */ in presolveUpgrade()
H A Dcons_quadratic.c4215 int* nupgdconss, /**< buffer to increase if constraint was upgraded */ in presolveUpgrade()
/dports/math/SCIP/scip-7.0.3/applications/Scheduler/src/
H A Dcons_optcumulative.c1946int* nupgdconss, /**< pointer to store the number of upgrade constraints … in upgradeCons()
3391 int nupgdconss; in SCIP_DECL_CONSPROP() local