scip_message.h
Go to the documentation of this file.
29 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
76 #define SCIPdebugMsg(scip, ...) while ( FALSE ) SCIPprintDebugMessage(scip, __FILE__, __LINE__, __VA_ARGS__)
81 /* if we do not have a C99 compiler, use a workaround that prints a message, but not the file and linenumber */
95 /** installs the given message handler, such that all messages are passed to this handler. A messages handler can be
98 * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
105 * @note The currently installed messages handler gets freed if this SCIP instance is its last user (w.r.t. capture/release).
110 SCIP_MESSAGEHDLR* messagehdlr /**< message handler to install, or NULL to suppress all output */
162 /** prints a dialog message that requests user interaction or is a direct response to a user interactive command */
internal methods for branch and bound tree
Definition: struct_scip.h:58
void SCIPdialogMessage(SCIP *scip, FILE *file, const char *formatstr,...)
Definition: scip_message.c:262
SCIP_RETCODE SCIPsetMessagehdlr(SCIP *scip, SCIP_MESSAGEHDLR *messagehdlr)
Definition: scip_message.c:136
Definition: struct_message.h:36
void SCIPdebugMessagePrint(SCIP *scip, const char *formatstr,...)
Definition: scip_message.c:246
type definitions for return codes for SCIP methods
void SCIPwarningMessage(SCIP *scip, const char *formatstr,...)
Definition: scip_message.c:203
void SCIPinfoMessage(SCIP *scip, FILE *file, const char *formatstr,...)
Definition: scip_message.c:279
type definitions for SCIP's main datastructure
void SCIPprintDebugMessage(SCIP *scip, const char *sourcefile, int sourceline, const char *formatstr,...)
Definition: scip_message.c:219
internal miscellaneous methods
internal methods for global SCIP settings
SCIP main data structure.
void SCIPverbMessage(SCIP *scip, SCIP_VERBLEVEL msgverblevel, FILE *file, const char *formatstr,...)
Definition: scip_message.c:296
internal methods for problem variables
void SCIPsetMessagehdlrQuiet(SCIP *scip, SCIP_Bool quiet)
Definition: scip_message.c:191
methods for debugging
datastructures for problem statistics
internal methods for main solving loop and node processing
void SCIPsetMessagehdlrLogfile(SCIP *scip, const char *filename)
Definition: scip_message.c:179
internal methods for constraints and constraint handlers
type definitions for message output methods
common defines and data types used in all packages of SCIP
Definition: objbenders.h:33