36#ifndef __SCIP_PARA_OBJ_MESSAGE_HDLR_H__ 
   37#define __SCIP_PARA_OBJ_MESSAGE_HDLR_H__ 
   39#include "objscip/objmessagehdlr.h" 
   66      SCIP_Bool          bufferedoutput      
 
   80      SCIP_MESSAGEHDLR*  messagehdlr,        
 
   90      SCIP_MESSAGEHDLR*  messagehdlr,        
 
  100      SCIP_MESSAGEHDLR*  messagehdlr,        
 
  110      SCIP_MESSAGEHDLR*  messagehdlr,        
 
virtual void scip_warning(SCIP_MESSAGEHDLR *messagehdlr, FILE *file, const char *msg)
 
void logMessage(FILE *file, const char *msg)
 
FILE * getlogfile() const
 
ScipParaObjMessageHdlr(UG::ParaComm *comm, FILE *file, SCIP_Bool quiet, SCIP_Bool bufferedoutput)
 
virtual ~ScipParaObjMessageHdlr()
 
virtual void scip_error(SCIP_MESSAGEHDLR *messagehdlr, FILE *file, const char *msg)
 
virtual void scip_info(SCIP_MESSAGEHDLR *messagehdlr, FILE *file, const char *msg)
 
virtual void scip_dialog(SCIP_MESSAGEHDLR *messagehdlr, FILE *file, const char *msg)
 
Base class of communicator object.
 
SCIP_DECL_ERRORPRINTING(scip_errorfunction)
 
Base class of communicator for UG Framework.