Scippy

GCG

Branch-and-Price & Column Generation for Everyone

event_mastersol.h File Reference

Detailed Description

eventhdlr to transfer solutions found in the original problem to the master problem

Author
Christian Puchert

Definition in file event_mastersol.h.

#include "scip/scip.h"

Go to the source code of this file.

Functions

SCIP_EXPORT SCIP_RETCODE SCIPincludeEventHdlrMastersol (SCIP *scip)
 
SCIP_EXPORT SCIP_Bool GCGeventhdlrMastersolIsTriggered (SCIP *scip)
 

Function Documentation

◆ SCIPincludeEventHdlrMastersol()

SCIP_EXPORT SCIP_RETCODE SCIPincludeEventHdlrMastersol ( SCIP *  scip)

creates event handler for mastersol event

Definition at line 161 of file event_mastersol.c.

References EVENTHDLR_DESC, and EVENTHDLR_NAME.

Referenced by SCIPincludeGcgPlugins().

◆ GCGeventhdlrMastersolIsTriggered()

SCIP_EXPORT SCIP_Bool GCGeventhdlrMastersolIsTriggered ( SCIP *  scip)

return whether event has been triggered

Definition at line 187 of file event_mastersol.c.

References EVENTHDLR_NAME.

Referenced by SCIP_DECL_EVENTEXEC().