|
SCIP-SDP
2.0.0
|
most fractional branching rule for SCIPSDP More...
Go to the source code of this file.
Macros | |
| #define | BRANCHRULE_NAME "sdpmostfrac" |
| #define | BRANCHRULE_DESC "branch on the most fractional variable of the SDP" |
| #define | BRANCHRULE_PRIORITY 500000 |
| #define | BRANCHRULE_MAXDEPTH -1 |
| #define | BRANCHRULE_MAXBOUNDDIST 1.0 |
Functions | |
| static | SCIP_DECL_BRANCHCOPY (branchCopySdpmostfrac) |
| static | SCIP_DECL_BRANCHEXECEXT (branchExecextSdpmostfrac) |
| SCIP_RETCODE | SCIPincludeBranchruleSdpmostfrac (SCIP *scip) |
most fractional branching rule for SCIPSDP
Definition in file branch_sdpmostfrac.c.
| #define BRANCHRULE_NAME "sdpmostfrac" |
Definition at line 48 of file branch_sdpmostfrac.c.
Referenced by SCIP_DECL_BRANCHCOPY(), and SCIPincludeBranchruleSdpmostfrac().
| #define BRANCHRULE_DESC "branch on the most fractional variable of the SDP" |
Definition at line 49 of file branch_sdpmostfrac.c.
Referenced by SCIPincludeBranchruleSdpmostfrac().
| #define BRANCHRULE_PRIORITY 500000 |
Definition at line 50 of file branch_sdpmostfrac.c.
Referenced by SCIPincludeBranchruleSdpmostfrac().
| #define BRANCHRULE_MAXDEPTH -1 |
Definition at line 51 of file branch_sdpmostfrac.c.
Referenced by SCIPincludeBranchruleSdpmostfrac().
| #define BRANCHRULE_MAXBOUNDDIST 1.0 |
Definition at line 52 of file branch_sdpmostfrac.c.
Referenced by SCIPincludeBranchruleSdpmostfrac().
|
static |
copy method for branchrule plugins (called when SCIP copies plugins)
Definition at line 72 of file branch_sdpmostfrac.c.
References BRANCHRULE_NAME, and SCIPincludeBranchruleSdpmostfrac().
|
static |
branching execution method for external candidates
Definition at line 86 of file branch_sdpmostfrac.c.
| SCIP_RETCODE SCIPincludeBranchruleSdpmostfrac | ( | SCIP * | scip | ) |
creates the SDP most fractional branching rule and includes it in SCIP
| scip | SCIP data structure |
Definition at line 160 of file branch_sdpmostfrac.c.
References BRANCHRULE_DESC, BRANCHRULE_MAXBOUNDDIST, BRANCHRULE_MAXDEPTH, BRANCHRULE_NAME, and BRANCHRULE_PRIORITY.
Referenced by runSCIP(), and SCIP_DECL_BRANCHCOPY().
1.8.6