Scippy

SCIP

Solving Constraint Integer Programs

scip_message.h File Reference

Detailed Description

public methods for message handling

Author
Tobias Achterberg
Timo Berthold
Thorsten Koch
Alexander Martin
Marc Pfetsch
Kati Wolter
Gregor Hendel
Leona Gottwald

Definition in file scip_message.h.

#include "scip/def.h"
#include "scip/type_message.h"
#include "scip/type_retcode.h"
#include "scip/type_scip.h"

Go to the source code of this file.

Macros

#define SCIPdebugMsg   while ( FALSE ) SCIPdebugMessagePrint
 
#define SCIPdebugMsgPrint   while ( FALSE ) SCIPdebugMessagePrint
 

Functions

SCIP_EXPORT SCIP_RETCODE SCIPsetMessagehdlr (SCIP *scip, SCIP_MESSAGEHDLR *messagehdlr)
 
SCIP_EXPORT SCIP_MESSAGEHDLRSCIPgetMessagehdlr (SCIP *scip)
 
SCIP_EXPORT void SCIPsetMessagehdlrLogfile (SCIP *scip, const char *filename)
 
SCIP_EXPORT void SCIPsetMessagehdlrQuiet (SCIP *scip, SCIP_Bool quiet)
 
SCIP_EXPORT void SCIPwarningMessage (SCIP *scip, const char *formatstr,...)
 
SCIP_EXPORT void SCIPprintDebugMessage (SCIP *scip, const char *sourcefile, int sourceline, const char *formatstr,...)
 
SCIP_EXPORT void SCIPdebugMessagePrint (SCIP *scip, const char *formatstr,...)
 
SCIP_EXPORT void SCIPdialogMessage (SCIP *scip, FILE *file, const char *formatstr,...)
 
SCIP_EXPORT void SCIPinfoMessage (SCIP *scip, FILE *file, const char *formatstr,...)
 
SCIP_EXPORT void SCIPverbMessage (SCIP *scip, SCIP_VERBLEVEL msgverblevel, FILE *file, const char *formatstr,...)
 
SCIP_EXPORT SCIP_VERBLEVEL SCIPgetVerbLevel (SCIP *scip)