Home
last modified time | relevance | path

Searched refs:branchexit (Results 1 – 6 of 6) sorted by relevance

/dports/math/py-PySCIPOpt/PySCIPOpt-3.0.2/src/pyscipopt/
H A Dbranchrule.pxi14 def branchexit(self): member in Branchrule
65 PyBranchrule.branchexit()
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_branch.h72 SCIP_DECL_BRANCHEXIT ((*branchexit)), /**< deinitialize branching rule */
131 SCIP_DECL_BRANCHEXIT ((*branchexit)) /**< deinitialize branching rule */
H A Dstruct_branch.h88 SCIP_DECL_BRANCHEXIT ((*branchexit)); /**< deinitialize branching rule */
H A Dbranch.h249 SCIP_DECL_BRANCHEXIT ((*branchexit)), /**< deinitialize branching rule */
363 SCIP_DECL_BRANCHEXIT ((*branchexit)) /**< deinitialize branching rule */
H A Dbranch.c1282 SCIP_DECL_BRANCHEXIT ((*branchexit)), /**< deinitialize branching rule */ in doBranchruleCreate() argument
1309 (*branchrule)->branchexit = branchexit; in doBranchruleCreate()
1364 SCIP_DECL_BRANCHEXIT ((*branchexit)), /**< deinitialize branching rule */ in SCIPbranchruleCreate() argument
1378 …maxbounddist, branchcopy, branchfree, branchinit, branchexit, branchinitsol, branchexitsol, branch… in SCIPbranchruleCreate()
1470 if( branchrule->branchexit != NULL ) in SCIPbranchruleExit()
1475 SCIP_CALL( branchrule->branchexit(set->scip, branchrule) ); in SCIPbranchruleExit()
1905 SCIP_DECL_BRANCHEXIT ((*branchexit)) /**< deinitialize branching rule */ in SCIPbranchruleSetExit() argument
1910 branchrule->branchexit = branchexit; in SCIPbranchruleSetExit()
H A Dscip_branch.c71 SCIP_DECL_BRANCHEXIT ((*branchexit)), /**< deinitialize branching rule */ in SCIPincludeBranchrule() argument
93 maxbounddist, branchcopy, branchfree, branchinit, branchexit, branchinitsol, branchexitsol, in SCIPincludeBranchrule()
195 SCIP_DECL_BRANCHEXIT ((*branchexit)) /**< deinitialize branching rule */ in SCIPsetBranchruleExit() argument
202 SCIPbranchruleSetExit(branchrule, branchexit); in SCIPsetBranchruleExit()