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

most infeasible branching rule for SCIP-SDP More...

Go to the source code of this file.

Functions

EXTERN SCIP_RETCODE SCIPincludeBranchruleSdpmostinf (SCIP *scip)
 

Detailed Description

most infeasible branching rule for SCIP-SDP

Author
Tristan Gally

Branch on the most infeasible variable in the current SDP-relaxation, i.e. the variable maximizing $\max\{x - \lfloor x \rfloor, \lceil x \rceil - x\} $.

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 170 of file branch_sdpmostinf.c.

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

Referenced by runSCIP(), and SCIP_DECL_BRANCHCOPY().