scip_message.c File Reference
Detailed Description
public methods for message handling
Definition in file scip_message.c.
#include "nlpi/nlpi.h"#include "scip/debug.h"#include "scip/pub_message.h"#include "scip/scip_message.h"#include "scip/struct_scip.h"#include "scip/struct_set.h"#include "scip/struct_stat.h"Go to the source code of this file.
Functions | |
| SCIP_RETCODE | SCIPsetMessagehdlr (SCIP *scip, SCIP_MESSAGEHDLR *messagehdlr) |
| SCIP_MESSAGEHDLR * | SCIPgetMessagehdlr (SCIP *scip) |
| void | SCIPsetMessagehdlrLogfile (SCIP *scip, const char *filename) |
| void | SCIPsetMessagehdlrQuiet (SCIP *scip, SCIP_Bool quiet) |
| void | SCIPwarningMessage (SCIP *scip, const char *formatstr,...) |
| void | SCIPprintDebugMessage (SCIP *scip, const char *sourcefile, int sourceline, const char *formatstr,...) |
| void | SCIPdebugMessagePrint (SCIP *scip, const char *formatstr,...) |
| void | SCIPdialogMessage (SCIP *scip, FILE *file, const char *formatstr,...) |
| void | SCIPinfoMessage (SCIP *scip, FILE *file, const char *formatstr,...) |
| void | SCIPverbMessage (SCIP *scip, SCIP_VERBLEVEL msgverblevel, FILE *file, const char *formatstr,...) |
| SCIP_VERBLEVEL | SCIPgetVerbLevel (SCIP *scip) |
