SCIP-SDP  4.0.0
Functions
heur_sdpinnerlp.h File Reference

set up inner approximation LP formulation and run heuristics More...

Go to the source code of this file.

Functions

SCIP_EXPORT SCIP_RETCODE SCIPincludeHeurSdpInnerlp (SCIP *scip)
 

Detailed Description

set up inner approximation LP formulation and run heuristics

Author
Marc Pfetsch

Definition in file heur_sdpinnerlp.h.

Function Documentation

SCIP_EXPORT SCIP_RETCODE SCIPincludeHeurSdpInnerlp ( SCIP *  scip)

creates the inner LP heuristic for SDPs and includes it in SCIP

creates the innerlp heuristic for SDPs and includes it in SCIP

Parameters
scipSCIP data structure

Definition at line 470 of file heur_sdpinnerlp.c.

References DEFAULT_MAXSIZE, DEFAULT_STALLNODELIMIT, 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().