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

combined infeasibility and absolute objective branching rule for SCIP-SDP More...

Go to the source code of this file.

Functions

EXTERN SCIP_RETCODE SCIPincludeBranchruleSdpinfobjective (SCIP *scip)
 

Detailed Description

combined infeasibility and absolute objective branching rule for SCIP-SDP

Author
Tristan Gally

Branch on variable with highest product of fractionality/integral-infeasibility and absolute objective value 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_sdpinfobjective.h.

Function Documentation

EXTERN SCIP_RETCODE SCIPincludeBranchruleSdpinfobjective ( SCIP *  scip)

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

Parameters
scipSCIP data structure

Definition at line 435 of file branch_sdpinfobjective.c.

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

Referenced by runSCIP().