SCIP-SDP  4.0.0
Functions
heur_sdpfracround.h File Reference

fractional rounding heuristic for SDPs More...

Go to the source code of this file.

Functions

SCIP_EXPORT SCIP_RETCODE SCIPincludeHeurSdpFracround (SCIP *scip)
 

Detailed Description

fractional rounding heuristic for SDPs

Author
Marc Pfetsch

Fractional rounding heuristic for SDPs: Takes the solution of the SDP-relaxation and iteratively rounds all integer variables. After each rounding the problem is propagated. If the SDP includes continuous variables, the remaining SDP after the fixings is solved again.

Definition in file heur_sdpfracround.h.

Function Documentation

SCIP_EXPORT SCIP_RETCODE SCIPincludeHeurSdpFracround ( SCIP *  scip)

creates the fractional rounding heuristic for SDPs and includes it in SCIP

Parameters
scipSCIP data structure

Definition at line 475 of file heur_sdpfracround.c.

References DEFAULT_RUNFORLP, HEUR_DESC, HEUR_DISPCHAR, HEUR_FREQ, HEUR_FREQOFS, HEUR_MAXDEPTH, HEUR_NAME, HEUR_PRIORITY, HEUR_TIMING, and HEUR_USESSUBSCIP.

Referenced by SCIP_DECL_HEURCOPY(), and SCIPSDPincludeDefaultPlugins().