Scippy

GCG

Branch-and-Price & Column Generation for Everyone

heur_gcgpscostdiving.h File Reference

Detailed Description

LP diving heuristic that chooses fixings w.r.t. the pseudo cost values.

Author
Tobias Achterberg
Christian Puchert

Definition in file heur_gcgpscostdiving.h.

#include "scip/scip.h"

Go to the source code of this file.

Functions

SCIP_EXPORT SCIP_RETCODE GCGincludeHeurGcgpscostdiving (SCIP *scip)
 

Function Documentation

◆ GCGincludeHeurGcgpscostdiving()

SCIP_EXPORT SCIP_RETCODE GCGincludeHeurGcgpscostdiving ( SCIP *  scip)

creates the gcgpscostdiving heuristic and includes it in GCG

Definition at line 686 of file heur_gcgpscostdiving.c.

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

Referenced by SCIPincludeGcgPlugins().