Scippy

GCG

Branch-and-Price & Column Generation for Everyone

Detailed Description

LP diving heuristic that chooses fixings w.r.t. the fractionalities.

Author
Tobias Achterberg
Christian Puchert

Definition in file heur_gcgfracdiving.h.

#include "scip/scip.h"

Go to the source code of this file.

Functions

SCIP_EXPORT SCIP_RETCODE GCGincludeHeurGcgfracdiving (SCIP *scip)
 

Function Documentation

◆ GCGincludeHeurGcgfracdiving()

SCIP_EXPORT SCIP_RETCODE GCGincludeHeurGcgfracdiving ( SCIP *  scip)

creates the gcgfracdiving heuristic and includes it in GCG

Definition at line 475 of file heur_gcgfracdiving.c.

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

Referenced by SCIPincludeGcgPlugins().