|
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pub_branch.h
Go to the documentation of this file.
22 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
75 /** gets maximal depth level, up to which this branching rule should be used (-1 for no limit) */
81 /** gets maximal relative distance from current node's dual bound to primal bound for applying branching rule */
129 /** gets the total number of constraints, the branching rule added to the respective local nodes (not counting constraints
type definitions for miscellaneous datastructures int SCIPbranchruleGetPriority(SCIP_BRANCHRULE *branchrule) Definition: branch.c:1863 const char * SCIPbranchruleGetName(SCIP_BRANCHRULE *branchrule) Definition: branch.c:1843 void SCIPbranchruleSetData(SCIP_BRANCHRULE *branchrule, SCIP_BRANCHRULEDATA *branchruledata) Definition: branch.c:1731 SCIP_Longint SCIPbranchruleGetNLPCalls(SCIP_BRANCHRULE *branchrule) Definition: branch.c:1963 SCIP_Bool SCIPbranchruleIsInitialized(SCIP_BRANCHRULE *branchrule) Definition: branch.c:2045 type definitions for branching rules SCIP_Longint SCIPbranchruleGetNChildren(SCIP_BRANCHRULE *branchrule) Definition: branch.c:2035 SCIP_Longint SCIPbranchruleGetNCutoffs(SCIP_BRANCHRULE *branchrule) Definition: branch.c:1993 Definition: struct_branch.h:68 SCIP_BRANCHRULEDATA * SCIPbranchruleGetData(SCIP_BRANCHRULE *branchrule) Definition: branch.c:1721 int SCIPbranchruleGetMaxdepth(SCIP_BRANCHRULE *branchrule) Definition: branch.c:1887 SCIP_Longint SCIPbranchruleGetNPseudoCalls(SCIP_BRANCHRULE *branchrule) Definition: branch.c:1983 SCIP_Longint SCIPbranchruleGetNExternCalls(SCIP_BRANCHRULE *branchrule) Definition: branch.c:1973 const char * SCIPbranchruleGetDesc(SCIP_BRANCHRULE *branchrule) Definition: branch.c:1853 SCIP_Longint SCIPbranchruleGetNCutsFound(SCIP_BRANCHRULE *branchrule) Definition: branch.c:2003 SCIP_Real SCIPbranchruleGetTime(SCIP_BRANCHRULE *branchrule) Definition: branch.c:1953 SCIP_Real SCIPbranchruleGetSetupTime(SCIP_BRANCHRULE *branchrule) Definition: branch.c:1943 common defines and data types used in all packages of SCIP SCIP_Longint SCIPbranchruleGetNDomredsFound(SCIP_BRANCHRULE *branchrule) Definition: branch.c:2025 SCIP_Longint SCIPbranchruleGetNConssFound(SCIP_BRANCHRULE *branchrule) Definition: branch.c:2015 SCIP_Real SCIPbranchruleGetMaxbounddist(SCIP_BRANCHRULE *branchrule) Definition: branch.c:1909 |