Scippy

GCG

Branch-and-Price & Column Generation for Everyone

heur_relaxcolsel.h File Reference

Detailed Description

relaxation based column selection primal heuristic

Author
Christian Puchert

Definition in file heur_relaxcolsel.h.

#include "scip/scip.h"

Go to the source code of this file.

Functions

SCIP_RETCODE SCIPincludeHeurRelaxcolsel (SCIP *scip)
 

Function Documentation

◆ SCIPincludeHeurRelaxcolsel()

SCIP_RETCODE SCIPincludeHeurRelaxcolsel ( SCIP *  scip)

creates the relaxation based column selection primal heuristic and includes it in SCIP

Definition at line 970 of file heur_relaxcolsel.c.

References DEFAULT_MINCOLUMNS, HEUR_DESC, HEUR_DISPCHAR, HEUR_FREQ, HEUR_FREQOFS, HEUR_MAXDEPTH, HEUR_NAME, HEUR_PRIORITY, HEUR_TIMING, HEUR_USESSUBSCIP, heurCopyRelaxcolsel, heurExitsolRelaxcolsel, and heurInitsolRelaxcolsel.

Referenced by GCGincludeMasterPlugins().