|
SCIP-SDP
4.0.0
|
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) |
set up inner approximation LP formulation and run heuristics
Definition in file heur_sdpinnerlp.h.
| 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
| scip | SCIP 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().
1.8.11