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

SDP diving heuristic that chooses fixings w.r.t. the fractionalities. More...

Go to the source code of this file.

Functions

EXTERN SCIP_RETCODE SCIPincludeHeurSdpFracdiving (SCIP *scip)
 

Detailed Description

SDP diving heuristic that chooses fixings w.r.t. the fractionalities.

Author
Marc Pfetsch

Diving heuristic: Iteratively fixes some fractional variable and resolves the SDP-relaxation, thereby simulating a depth-first-search in the tree. Fractional Diving chooses the variable with the highest fractionality and rounds it to the nearest integer. One-level backtracking is applied: If the SDP gets infeasible, the last fixing is undone, and the opposite fixing is tried. If this is infeasible, too, the procedure aborts.

Definition in file heur_sdpfracdiving.h.

Function Documentation

EXTERN SCIP_RETCODE SCIPincludeHeurSdpFracdiving ( SCIP *  scip)