SCIP Doxygen Documentation
Loading...
Searching...
No Matches

Detailed Description

methods for debugging

Author
Tobias Achterberg

Definition in file debug.c.

#include <stdio.h>
#include <string.h>
#include <assert.h>
#include <strings.h>
#include "scip/def.h"
#include "blockmemshell/memory.h"
#include "scip/set.h"
#include "scip/lp.h"
#include "scip/var.h"
#include "scip/prob.h"
#include "scip/tree.h"
#include "scip/scip.h"
#include "scip/debug.h"
#include "scip/pub_message.h"
#include "scip/pub_misc.h"
#include "scip/struct_scip.h"

Go to the source code of this file.

Functions

void SCIPdummyDebugMethodForSun (void)

Function Documentation

◆ SCIPdummyDebugMethodForSun()

void SCIPdummyDebugMethodForSun ( void )
extern

this is a dummy method to make the SunOS gcc linker happy

Definition at line 2224 of file debug.c.