Scippy

GCG

Branch-and-Price & Column Generation for Everyone

heur_gcgrins.h File Reference

Detailed Description

LNS heuristic that combines the incumbent with the LP optimum.

Author
Timo Berthold
Christian Puchert

Definition in file heur_gcgrins.h.

#include "scip/scip.h"

Go to the source code of this file.

Functions

SCIP_RETCODE SCIPincludeHeurGcgrins (SCIP *scip)
 

Function Documentation

◆ SCIPincludeHeurGcgrins()

SCIP_RETCODE SCIPincludeHeurGcgrins ( SCIP *  scip)

creates RINS primal heuristic and includes it in SCIP

creates the GCG RINS primal heuristic and includes it in SCIP

Definition at line 739 of file heur_gcgrins.c.

References DEFAULT_COPYCUTS, DEFAULT_MAXNODES, DEFAULT_MINFIXINGRATE, DEFAULT_MINIMPROVE, DEFAULT_MINNODES, DEFAULT_NODESOFS, DEFAULT_NODESQUOT, DEFAULT_NWAITINGNODES, DEFAULT_USELPROWS, HEUR_DESC, HEUR_DISPCHAR, HEUR_FREQ, HEUR_FREQOFS, HEUR_MAXDEPTH, HEUR_NAME, HEUR_PRIORITY, HEUR_TIMING, and HEUR_USESSUBSCIP.

Referenced by SCIPincludeGcgPlugins().