Scippy

GCG

Branch-and-Price & Column Generation for Everyone

heur_gcgveclendiving.h File Reference

Detailed Description

LP diving heuristic that rounds variables with long column vectors.

Author
Tobias Achterberg
Christian Puchert

Definition in file heur_gcgveclendiving.h.

#include "scip/scip.h"

Go to the source code of this file.

Functions

SCIP_EXPORT SCIP_RETCODE GCGincludeHeurGcgveclendiving (SCIP *scip)
 

Function Documentation

◆ GCGincludeHeurGcgveclendiving()

SCIP_EXPORT SCIP_RETCODE GCGincludeHeurGcgveclendiving ( SCIP *  scip)

creates the gcgveclendiving heuristic and includes it in GCG

Definition at line 484 of file heur_gcgveclendiving.c.

References DEFAULT_USEMASTERSCORES, GCGincludeDivingHeurOrig(), HEUR_DESC, HEUR_DISPCHAR, HEUR_FREQ, HEUR_FREQOFS, HEUR_MAXDEPTH, HEUR_NAME, HEUR_PRIORITY, and GCG_DivingData::usemasterscores.

Referenced by SCIPincludeGcgPlugins().