Scippy

GCG

Branch-and-Price & Column Generation for Everyone

event_bestsol.c File Reference

Detailed Description

eventhdlr to record the best primal bound for each heuristic

Author
Christian Puchert

Definition in file event_bestsol.c.

#include <string.h>
#include "event_bestsol.h"

Go to the source code of this file.

Functions

SCIP_RETCODE SCIPincludeEventHdlrBestsol (SCIP *scip)
 

Function Documentation

◆ SCIPincludeEventHdlrBestsol()

SCIP_RETCODE SCIPincludeEventHdlrBestsol ( SCIP *  scip)

creates event handler for bestsol event

Parameters
scipSCIP data structure

Definition at line 209 of file event_bestsol.c.

References EVENTHDLR_DESC, and EVENTHDLR_NAME.

Referenced by GCGincludeMasterPlugins(), and SCIPincludeGcgPlugins().