36#ifndef __SCIP_EVENT_GLOBALBND_H__
37#define __SCIP_EVENT_GLOBALBND_H__
common defines and data types used in all packages of SCIP
void SCIPeventGlobalbndClearBoundChanges(SCIP_EVENTHDLR *eventhdlr)
SCIP_RETCODE SCIPincludeEventHdlrGlobalbnd(SCIP *scip)
void SCIPeventGlobalbndEnableBoundStorage(SCIP_EVENTHDLR *eventhdlr)
SCIP_BOUNDSTORE * SCIPeventGlobalbndGetBoundChanges(SCIP_EVENTHDLR *eventhdlr)
void SCIPeventGlobalbndDisableBoundStorage(SCIP_EVENTHDLR *eventhdlr)
type definitions for managing events
struct SCIP_Eventhdlr SCIP_EVENTHDLR
type definitions for return codes for SCIP methods
enum SCIP_Retcode SCIP_RETCODE
type definitions for SCIP's main datastructure
the type definitions for the synchronization store
struct SCIP_BoundStore SCIP_BOUNDSTORE