Home
last modified time | relevance | path

Searched defs:boundchg (Results 1 – 9 of 9) sorted by relevance

/dports/math/SCIP/scip-7.0.3/tests/src/lpi/
H A Dboundchg.c71 Test(boundchg, simple_bound_test) in Test() argument
89 Test(boundchg, change_bound_by_small_value) in Test() argument
109 Test(boundchg, fix_to_infinity) in Test() argument
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dpub_var.h1453 #define SCIPboundchgGetNewbound(boundchg) ((boundchg)->newbound) argument
1454 #define SCIPboundchgGetVar(boundchg) ((boundchg)->var) argument
1455 #define SCIPboundchgGetBoundchgtype(boundchg) ((SCIP_BOUNDCHGTYPE)((boundchg)->boundchgtype)) argument
1456 #define SCIPboundchgGetBoundtype(boundchg) ((SCIP_BOUNDTYPE)((boundchg)->boundtype)) argument
1457 #define SCIPboundchgIsRedundant(boundchg) ((boundchg)->redundant) argument
H A Dvar.c555 SCIP_BOUNDCHG* boundchg, /**< bound change to apply */ in SCIPboundchgApply()
752 SCIP_BOUNDCHG* boundchg, /**< bound change to remove */ in SCIPboundchgUndo()
837 SCIP_BOUNDCHG* boundchg, /**< bound change to apply */ in boundchgApplyGlobal()
897 SCIP_BOUNDCHG* boundchg /**< bound change to remove */ in boundchgCaptureData()
929 SCIP_BOUNDCHG* boundchg, /**< bound change to remove */ in boundchgReleaseData()
1364 SCIP_BOUNDCHG* boundchg; in SCIPdomchgAddBoundchg() local
16914 SCIP_BOUNDCHG* boundchg /**< bound change data */ in SCIPboundchgGetNewbound()
16924 SCIP_BOUNDCHG* boundchg /**< bound change data */ in SCIPboundchgGetVar()
16934 SCIP_BOUNDCHG* boundchg /**< bound change data */ in SCIPboundchgGetBoundchgtype()
16944 SCIP_BOUNDCHG* boundchg /**< bound change data */ in SCIPboundchgGetBoundtype()
[all …]
H A Dcons_orbitope.c1433 SCIP_BOUNDCHG* boundchg; in computeDynamicRowOrder() local
H A Dprop_symmetry.c3140 SCIP_BOUNDCHG* boundchg; in computeBranchingVariables() local
H A Dscip_var.c2779 SCIP_BOUNDCHG* boundchg; in SCIPendStrongbranch() local
H A Dtree.c2503 SCIP_BOUNDCHG* boundchg; in SCIPnodePropagateImplics() local
/dports/math/highs/HiGHS-cfe064e/src/presolve/
H A DHighsLpPropagator.cpp427 double HighsLpPropagator::doChangeBound(const HighsDomainChange& boundchg) { in doChangeBound()
444 void HighsLpPropagator::changeBound(HighsDomainChange boundchg) { in changeBound()
/dports/math/highs/HiGHS-cfe064e/src/mip/
H A DHighsDomain.cpp580 double HighsDomain::doChangeBound(const HighsDomainChange& boundchg) { in doChangeBound()
607 void HighsDomain::changeBound(HighsDomainChange boundchg, int reason) { in changeBound()