methods for debugging
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) |
void SCIPdummyDebugMethodForSun | ( | void | ) |
this is a dummy method to make the SunOS gcc linker happy
Definition at line 1830 of file debug.c.
References Scip::lp, SCIP_Lp::lpi, SCIP_CALL, SCIP_OKAY, SCIP_Real, SCIPallocBufferArray, SCIPdebugCheckBInvRow, SCIPfreeBufferArray, SCIPgetLPBasisInd(), SCIPgetMessagehdlr(), SCIPgetNLPRows(), SCIPisFeasEQ(), SCIPisFeasZero(), SCIPlpiGetCoef(), and SCIPmessagePrintWarning().