Scippy

GCG

Branch-and-Price & Column Generation for Everyone

heur_greedycolsel.h File Reference

Detailed Description

greedy column selection primal heuristic

Author
Christian Puchert

Definition in file heur_greedycolsel.h.

#include "scip/scip.h"

Go to the source code of this file.

Functions

SCIP_RETCODE SCIPincludeHeurGreedycolsel (SCIP *scip)
 

Function Documentation

◆ SCIPincludeHeurGreedycolsel()

SCIP_RETCODE SCIPincludeHeurGreedycolsel ( SCIP *  scip)

creates the greedy column selection primal heuristic and includes it in SCIP

Definition at line 801 of file heur_greedycolsel.c.

References DEFAULT_MINCOLUMNS, DEFAULT_USEOBJ, HEUR_DESC, HEUR_DISPCHAR, HEUR_FREQ, HEUR_FREQOFS, HEUR_MAXDEPTH, HEUR_NAME, HEUR_PRIORITY, HEUR_TIMING, HEUR_USESSUBSCIP, heurCopyGreedycolsel, heurExitsolGreedycolsel, and heurInitsolGreedycolsel.

Referenced by GCGincludeMasterPlugins().