Scippy

SCIP

Solving Constraint Integer Programs

message_default.h File Reference

Detailed Description

default message handler

Author
Stefan Heinz

Definition in file message_default.h.

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

Go to the source code of this file.

Functions

SCIP_EXPORT SCIP_RETCODE SCIPcreateMessagehdlrDefault (SCIP_MESSAGEHDLR **messagehdlr, SCIP_Bool bufferedoutput, const char *filename, SCIP_Bool quiet)
 

Function Documentation

◆ SCIPcreateMessagehdlrDefault()

SCIP_EXPORT SCIP_RETCODE SCIPcreateMessagehdlrDefault ( SCIP_MESSAGEHDLR **  messagehdlr,
SCIP_Bool  bufferedoutput,
const char *  filename,
SCIP_Bool  quiet 
)

Create default message handler. To free the message handler use SCIPmessagehdlrRelease().

Parameters
messagehdlrpointer to store message handler
bufferedoutputshould the output be buffered up to the next newline?
filenamename of log file, or NULL (stdout)
quietshould screen messages be suppressed?

Definition at line 73 of file message_default.c.

References NULL, SCIP_CALL, SCIP_OKAY, and SCIPmessagehdlrCreate().

Referenced by doScipCreate().