Scippy

GCG

Branch-and-Price & Column Generation for Everyone

heur_gcgrounding.h File Reference

Detailed Description

LP gcgrounding heuristic that tries to recover from intermediate infeasibilities.

Author
Tobias Achterberg
Christian Puchert

Definition in file heur_gcgrounding.h.

#include "scip/scip.h"

Go to the source code of this file.

Functions

SCIP_RETCODE SCIPincludeHeurGcgrounding (SCIP *scip)
 

Function Documentation

◆ SCIPincludeHeurGcgrounding()

SCIP_RETCODE SCIPincludeHeurGcgrounding ( SCIP *  scip)

creates the GCG rounding heuristic with infeasibility recovering and includes it in SCIP

Definition at line 767 of file heur_gcgrounding.c.

References DEFAULT_SUCCESSFACTOR, HEUR_DESC, HEUR_DISPCHAR, HEUR_FREQ, HEUR_FREQOFS, HEUR_MAXDEPTH, HEUR_NAME, HEUR_PRIORITY, HEUR_TIMING, HEUR_USESSUBSCIP, heurCopyGcgrounding, and heurExitsolGcgrounding.

Referenced by SCIPincludeGcgPlugins().