All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
objbranchrule.h File Reference Detailed DescriptionC++ wrapper for branching rules. Definition in file objbranchrule.h. Go to the source code of this file.
Function Documentation
creates the branching rule for the given branching rule object and includes it in SCIP The method should be called in one of the following ways:
creates the branching rule for the given branching rule object and includes it in SCIP
Definition at line 229 of file objbranchrule.cpp. References NULL, SCIP_CALL, scip::ObjBranchrule::scip_desc_, scip::ObjBranchrule::scip_maxbounddist_, scip::ObjBranchrule::scip_maxdepth_, scip::ObjBranchrule::scip_name_, SCIP_OKAY, scip::ObjBranchrule::scip_priority_, and SCIPincludeBranchrule(). Referenced by SCIP_DECL_BRANCHCOPY().
returns the branchrule object of the given name, or 0 if not existing
Definition at line 258 of file objbranchrule.cpp. References NULL, SCIPbranchruleGetData(), and SCIPfindBranchrule().
returns the branchrule object for the given branching rule
Definition at line 277 of file objbranchrule.cpp. References NULL, and SCIPbranchruleGetData(). |