|
SCIP-SDP
4.0.0
|
fractional rounding heuristic for SDPs More...
Go to the source code of this file.
Functions | |
| SCIP_EXPORT SCIP_RETCODE | SCIPincludeHeurSdpFracround (SCIP *scip) |
fractional rounding heuristic for SDPs
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.
| SCIP_EXPORT SCIP_RETCODE SCIPincludeHeurSdpFracround | ( | SCIP * | scip | ) |
creates the fractional rounding heuristic for SDPs and includes it in SCIP
| scip | SCIP 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().
1.8.11