Home
last modified time | relevance | path

Searched refs:SCIP_DECL_BRANCHEXECEXT (Results 1 – 16 of 16) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_branch.h76SCIP_DECL_BRANCHEXECEXT((*branchexecext)),/**< branching execution method for external candidates …
163SCIP_DECL_BRANCHEXECEXT((*branchexecext)) /**< branching execution method for external candidates …
H A Dstruct_branch.h92SCIP_DECL_BRANCHEXECEXT((*branchexecext));/**< branching execution method for external candidates …
H A Dtype_branch.h146 #define SCIP_DECL_BRANCHEXECEXT(x) SCIP_RETCODE x (SCIP* scip, SCIP_BRANCHRULE* branchrule, SCIP_Bo… macro
H A Dbranch.h253SCIP_DECL_BRANCHEXECEXT((*branchexecext)),/**< branching execution method for external solutions */
387SCIP_DECL_BRANCHEXECEXT((*branchexecext)) /**< branching execution method for external candidates …
H A Dbranch_xyz.c169 SCIP_DECL_BRANCHEXECEXT(branchExecextXyz)
H A Dbranch_nodereopt.c295 static SCIP_DECL_BRANCHEXECEXT(branchExecextNodereopt) in SCIP_DECL_BRANCHEXECEXT() function
H A Dbranch_random.c236 SCIP_DECL_BRANCHEXECEXT(branchExecextRandom) in SCIP_DECL_BRANCHEXECEXT() function
H A Dbranch_mostinf.c289 SCIP_DECL_BRANCHEXECEXT(branchExecextMostinf) in SCIP_DECL_BRANCHEXECEXT() function
H A Dbranch_leastinf.c290 SCIP_DECL_BRANCHEXECEXT(branchExecextLeastinf) in SCIP_DECL_BRANCHEXECEXT() function
H A Dscip_branch.c75SCIP_DECL_BRANCHEXECEXT((*branchexecext)),/**< branching execution method for external candidates … in SCIPincludeBranchrule()
259SCIP_DECL_BRANCHEXECEXT((*branchexecext)) /**< branching execution method for external candidates … in SCIPsetBranchruleExecExt()
H A Dbranch_inference.c607 SCIP_DECL_BRANCHEXECEXT(branchExecextInference) in SCIP_DECL_BRANCHEXECEXT() function
H A Dbranch.c1286SCIP_DECL_BRANCHEXECEXT((*branchexecext)),/**< branching execution method for external solutions */ in doBranchruleCreate()
1368SCIP_DECL_BRANCHEXECEXT((*branchexecext)),/**< branching execution method for external solutions */ in SCIPbranchruleCreate()
1951SCIP_DECL_BRANCHEXECEXT((*branchexecext)) /**< branching execution method for external candidates … in SCIPbranchruleSetExecExt()
H A Dbranch_pscost.c659 SCIP_DECL_BRANCHEXECEXT(branchExecextPscost) in SCIP_DECL_BRANCHEXECEXT() function
/dports/math/SCIP/scip-7.0.3/src/objscip/
H A Dobjbranchrule.h163 virtual SCIP_DECL_BRANCHEXECEXT(scip_execext) in SCIP_DECL_BRANCHEXECEXT() function
H A Dobjbranchrule.cpp190 SCIP_DECL_BRANCHEXECEXT(branchExecextObj) in SCIP_DECL_BRANCHEXECEXT() function
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG3011SCIP_DECL_BRANCHEXECEXT() callbacks to state that the branching rule searched, but did not find a …
5002 …(see type_branch.h for more details): SCIP_DECL_BRANCHEXECEXT(x) can be used to branch on external…