| SCIP-SDP
    3.0.0
    | 
most infeasible branching rule for SCIP-SDP More...
Go to the source code of this file.
| Functions | |
| EXTERN SCIP_RETCODE | SCIPincludeBranchruleSdpmostinf (SCIP *scip) | 
most infeasible branching rule for SCIP-SDP
Branch on the most infeasible variable in the current SDP-relaxation, i.e. the variable maximizing  .
.
Will do nothing for continuous variables, since these are what the external callbacks of the SCIP branching rules are for.
Definition in file branch_sdpmostinf.h.
| EXTERN SCIP_RETCODE SCIPincludeBranchruleSdpmostinf | ( | SCIP * | scip | ) | 
creates the SDP most infeasible branching rule and includes it in SCIP
| scip | SCIP data structure | 
Definition at line 187 of file branch_sdpmostinf.c.
References BRANCHRULE_DESC, BRANCHRULE_MAXBOUNDDIST, BRANCHRULE_MAXDEPTH, BRANCHRULE_NAME, and BRANCHRULE_PRIORITY.
Referenced by runSCIP(), and SCIP_DECL_BRANCHCOPY().
 1.8.6
 1.8.6