Scippy

GCG

Branch-and-Price & Column Generation for Everyone

Detailed Description

Public methods concerning heuristics.

SCIP_RETCODE GCGsetHeuristics (SCIP *scip, SCIP_PARAMSETTING paramsetting)
 

Function Documentation

◆ GCGsetHeuristics()

SCIP_RETCODE GCGsetHeuristics ( SCIP *  scip,
SCIP_PARAMSETTING  paramsetting 
)

sets heuristic parameters values to

  • SCIP_PARAMSETTING_DEFAULT which are the default values of all heuristic parameters
  • SCIP_PARAMSETTING_FAST such that the time spent for heuristic is decreased
  • SCIP_PARAMSETTING_AGGRESSIVE such that the heuristic are called more aggressively
  • SCIP_PARAMSETTING_OFF which turns off all heuristics

sets heuristic parameters values to

  • SCIP_PARAMSETTING_DEFAULT which are the default values of all heuristic parameters
  • SCIP_PARAMSETTING_FAST such that the time spend for heuristic is decreased
  • SCIP_PARAMSETTING_AGGRESSIVE such that the heuristic are called more aggregative
  • SCIP_PARAMSETTING_OFF which turns off all heuristics

Definition at line 152 of file gcgheur.c.

References setHeuristicsAggressive(), setHeuristicsDefault(), and setHeuristicsFast().

Referenced by SCIP_DECL_DIALOGEXEC().