Home
last modified time | relevance | path

Searched defs:varbounds (Results 1 – 9 of 9) sorted by path

/dports/math/SCIP/scip-7.0.3/src/nlpi/
H A Dexpr.c8033 SCIP_INTERVAL* varbounds, /**< domains of variables */ in doCheckCurvature()
8069 SCIP_INTERVAL* varbounds, /**< domains of variables */ in SCIPexprCheckCurvature()
9015 SCIP_INTERVAL* varbounds, /**< domains of variables */ in SCIPexprtreeCheckCurvature()
15012 SCIP_INTERVAL* varbounds /**< new bounds for variables */ in SCIPexprgraphSetVarsBounds()
15025 SCIP_INTERVAL varbounds /**< new bounds of variable */ in SCIPexprgraphSetVarBounds()
15045 SCIP_INTERVAL varbounds /**< new bounds of variable */ in SCIPexprgraphSetVarNodeBounds()
H A Dstruct_expr.h168 SCIP_INTERVAL* varbounds; /**< current bounds on variables */ member
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_bivariate.c352 SCIP_INTERVAL varbounds; in SCIP_DECL_EXPRGRAPHVARADDED() local
H A Dcons_cumulative.c169 …unsigned int varbounds:1; /**< bool to store if variable bound strengthening was a… member
H A Dcons_nonlinear.c841 SCIP_INTERVAL varbounds; in SCIP_DECL_EXPRGRAPHVARADDED() local
2253 SCIP_INTERVAL* varbounds; in checkCurvature() local
5213 SCIP_INTERVAL* varbounds; in addUserEstimator() local
H A Dprop_obbt.c2650 SCIP_INTERVAL* varbounds; in getNLPVarsNonConvexity() local
H A Dstruct_reopt.h93 …SCIP_Real* varbounds; /**< bounds along the branching path up to the next… member
H A Dtree.c7873 SCIP_Real* varbounds, /**< array of bounds set by constraint propagation */ in SCIPnodeGetConsProps()
7961SCIP_Real* varbounds, /**< array of bounds which the branching in the parent n… in SCIPnodeGetBdChgsAfterDual()
/dports/science/PETSc/petsc-3.14.1/src/binding/petsc4py/src/PETSc/
H A DTAO.pyx190 def setVariableBounds(self, varbounds, args=None, kargs=None): argument