SCIP-SDP  2.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
branch_sdpmostinf.h File Reference

most infeasible branching rule for SCIPSDP More...

Go to the source code of this file.

Functions

EXTERN SCIP_RETCODE SCIPincludeBranchruleSdpmostinf (SCIP *scip)
 

Detailed Description

most infeasible branching rule for SCIPSDP

Author
Tristan Gally

Definition in file branch_sdpmostinf.h.

Function Documentation

EXTERN SCIP_RETCODE SCIPincludeBranchruleSdpmostinf ( SCIP *  scip)

creates the SDP most infeasible branching rule and includes it in SCIP

Parameters
scipSCIP data structure

Definition at line 163 of file branch_sdpmostinf.c.

References BRANCHRULE_DESC, BRANCHRULE_MAXBOUNDDIST, BRANCHRULE_MAXDEPTH, BRANCHRULE_NAME, and BRANCHRULE_PRIORITY.

Referenced by runSCIP(), and SCIP_DECL_BRANCHCOPY().