Home
last modified time | relevance | path

Searched refs:nnewchgsides (Results 1 – 18 of 18) sorted by relevance

/dports/math/py-PySCIPOpt/PySCIPOpt-3.0.2/src/pyscipopt/
H A Dpresol.pxi75 … int nnewdelconss, int nnewaddconss, int nnewupgdconss, int nnewchgcoefs, int nnewchgsides, argument
92 nchgsides[0] += result_dict.get("nnewchgsides", 0)
H A Dpropagator.pxi105 … int nnewdelconss, int nnewaddconss, int nnewupgdconss, int nnewchgcoefs, int nnewchgsides,
126 … nnewdelconss, nnewaddconss, nnewupgdconss, nnewchgcoefs, nnewchgsides, result_dict)
H A Dconshdlr.pxi82 … nnewdelconss, nnewaddconss, nnewupgdconss, nnewchgcoefs, nnewchgsides, result_dict): argument
323 … int nnewdelconss, int nnewaddconss, int nnewupgdconss, int nnewchgcoefs, int nnewchgsides, argument
345 … nnewdelconss, nnewaddconss, nnewupgdconss, nnewchgcoefs, nnewchgsides, result_dict)
H A Dscip.pxd926 …wdelconss, int nnewaddconss, int nnewupgdconss, int nnewchgcoefs, int nnewchgsides, int* nfixedvar…
960 …wdelconss, int nnewaddconss, int nnewupgdconss, int nnewchgcoefs, int nnewchgsides, int* nfixedvar…
1006 … int nnewdelconss, int nnewaddconss, int nnewupgdconss, int nnewchgcoefs, int nnewchgsides,
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dtype_presol.h160 int nnewdelconss, int nnewaddconss, int nnewupgdconss, int nnewchgcoefs, int nnewchgsides, \
H A Dtype_prop.h186 int nnewdelconss, int nnewaddconss, int nnewupgdconss, int nnewchgcoefs, int nnewchgsides, \
H A Dpresol.c406 int nnewchgsides; in SCIPpresolExec() local
439 nnewchgsides = *nchgsides - presol->lastnchgsides; in SCIPpresolExec()
464 nnewdelconss, nnewaddconss, nnewupgdconss, nnewchgcoefs, nnewchgsides, in SCIPpresolExec()
H A Dprop.c563 int nnewchgsides; in SCIPpropPresol() local
577 nnewchgsides = *nchgsides - prop->lastnchgsides; in SCIPpropPresol()
597 nnewdelconss, nnewaddconss, nnewupgdconss, nnewchgcoefs, nnewchgsides, in SCIPpropPresol()
H A Dtype_cons.h552 int nnewdelconss, int nnewaddconss, int nnewupgdconss, int nnewchgcoefs, int nnewchgsides, \
H A Dscip_cons.h1614 …int nnewchgsides, /**< number of changed left or right hand sides since th…
H A Dcons.h813 …int nnewchgsides, /**< number of changed left or right hand sides since th…
H A Dscip_cons.c2357 …int nnewchgsides, /**< number of changed left or right hand sides since th… in SCIPpresolCons() argument
2388 …nnewdelconss, nnewaddconss, nnewupgdconss, nnewchgcoefs, nnewchgsides, nfixedvars, naggrvars, nchg… in SCIPpresolCons()
H A Dcons.c4019 int nnewchgsides; in SCIPconshdlrPresolve() local
4031 nnewchgsides = *nchgsides - conshdlr->lastnchgsides; in SCIPconshdlrPresolve()
4057 nnewdelconss, nnewaddconss, nnewupgdconss, nnewchgcoefs, nnewchgsides, in SCIPconshdlrPresolve()
7659 …int nnewchgsides, /**< number of changed left or right hand sides since th… in SCIPconsPresol() argument
7698 nnewupgdconss, nnewchgcoefs, nnewchgsides, nfixedvars, naggrvars, nchgvartypes, in SCIPconsPresol()
H A Dprop_symmetry.c3596 …, nnewholes, nnewdelconss, nnewaddconss, nnewupgdconss, nnewchgcoefs, nnewchgsides, nfixedvars, na… in SCIP_DECL_PROPPRESOL()
H A Dcons_indicator.c5968 && nnewdelconss == 0 && nnewchgcoefs == 0 && nnewchgsides == 0; in SCIP_DECL_CONSPRESOL()
/dports/math/SCIP/scip-7.0.3/src/objscip/
H A Dobjpresol.cpp184 nnewdelconss, nnewaddconss, nnewupgdconss, nnewchgcoefs, nnewchgsides, in SCIP_DECL_PRESOLEXEC()
H A Dobjprop.cpp218 nnewdelconss, nnewaddconss, nnewupgdconss, nnewchgcoefs, nnewchgsides, in SCIP_DECL_PROPPRESOL()
H A Dobjconshdlr.cpp390 nnewdelconss, nnewaddconss, nnewupgdconss, nnewchgcoefs, nnewchgsides, in SCIP_DECL_CONSPRESOL()