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

highest absolute objective branching rule for SCIP-SDP More...

Go to the source code of this file.

Functions

EXTERN SCIP_RETCODE SCIPincludeBranchruleSdpobjective (SCIP *scip)
 

Detailed Description

highest absolute objective branching rule for SCIP-SDP

Author
Tristan Gally

Branch on the variable with the highest absolute objective coefficient in the SDP.

Will do nothing for continuous variables, since these are what the external callbacks of the SCIP branching rules are for.

Definition in file branch_sdpobjective.h.

Function Documentation

EXTERN SCIP_RETCODE SCIPincludeBranchruleSdpobjective ( SCIP *  scip)

creates the SDP highest absolute objective branching rule and includes it in SCIP

Parameters
scipSCIP data structure

Definition at line 444 of file branch_sdpobjective.c.

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

Referenced by runSCIP().