Scippy

GCG

Branch-and-Price & Column Generation for Everyone

event_display.h File Reference

Detailed Description

eventhdlr to disable the master display after the root node

Author
Martin Bergner

Definition in file event_display.h.

#include "scip/scip.h"

Go to the source code of this file.

Functions

SCIP_RETCODE SCIPactivateEventHdlrDisplay (SCIP *scip)
 
SCIP_RETCODE SCIPincludeEventHdlrDisplay (SCIP *scip)
 

Function Documentation

◆ SCIPactivateEventHdlrDisplay()

SCIP_RETCODE SCIPactivateEventHdlrDisplay ( SCIP *  scip)

activates the eventhandler in SCIP

Definition at line 64 of file event_display.c.

References EVENTHDLR_NAME, and GCGisMaster().

Referenced by SCIP_DECL_PRICERINITSOL().

◆ SCIPincludeEventHdlrDisplay()

SCIP_RETCODE SCIPincludeEventHdlrDisplay ( SCIP *  scip)

creates event handler for display event

Definition at line 82 of file event_display.c.

References EVENTHDLR_DESC, EVENTHDLR_NAME, and GCGisMaster().

Referenced by GCGincludeMasterPlugins().