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

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

Go to the source code of this file.

Functions

EXTERN SCIP_RETCODE SCIPincludeBranchruleSdpmostfrac (SCIP *scip)
 

Detailed Description

most fractional branching rule for SCIP-SDP

Author
Tristan Gally

Branch on the most fractional variable in the current SDP-relaxation, i.e. the variable maximizing $x-\lfloor x \rfloor $.

Definition in file branch_sdpmostfrac.h.

Function Documentation

EXTERN SCIP_RETCODE SCIPincludeBranchruleSdpmostfrac ( SCIP *  scip)

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

Parameters
scipSCIP data structure

Definition at line 167 of file branch_sdpmostfrac.c.

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

Referenced by runSCIP(), and SCIP_DECL_BRANCHCOPY().