Scippy

SCIP

Solving Constraint Integer Programs

objmessagehdlr.h File Reference

Detailed Description

C++ wrapper for message handlers.

Author
Tobias Achterberg

Definition in file objmessagehdlr.h.

#include "scip/scip.h"
#include "objscip/objcloneable.h"

Go to the source code of this file.

Functions

SCIP_RETCODE SCIPcreateObjMessagehdlr (SCIP_MESSAGEHDLR **messagehdlr, scip::ObjMessagehdlr *objmessagehdlr, SCIP_Bool deleteobject)
 
scip::ObjMessagehdlrSCIPgetObjMessagehdlr (SCIP_MESSAGEHDLR *messagehdlr)
 

Function Documentation

SCIP_RETCODE SCIPcreateObjMessagehdlr ( SCIP_MESSAGEHDLR **  messagehdlr,
scip::ObjMessagehdlr objmessagehdlr,
SCIP_Bool  deleteobject 
)

creates the message handler for the given message handler object

Parameters
messagehdlrpointer to store the message handler
objmessagehdlrmessage handler object
deleteobjectshould the message handler object be deleted when message handler is freed?
scip::ObjMessagehdlr* SCIPgetObjMessagehdlr ( SCIP_MESSAGEHDLR messagehdlr)

returns the message handler object for the given message handler

Parameters
messagehdlrmessage handler