Scippy

GCG

Branch-and-Price & Column Generation for Everyone

Detailed Description

Public methods for separators.

SCIP_RETCODE GCGsetSeparators (SCIP *scip, SCIP_PARAMSETTING paramsetting)
 

Function Documentation

◆ GCGsetSeparators()

SCIP_RETCODE GCGsetSeparators ( SCIP *  scip,
SCIP_PARAMSETTING  paramsetting 
)

sets separator parameters values to

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

sets separator parameters values to

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

Definition at line 179 of file gcgsepa.c.

References setSeparatorsAggressive(), setSeparatorsDefault(), setSeparatorsFast(), and setSeparatorsOff().

Referenced by SCIP_DECL_DIALOGEXEC().