33#ifndef __SCIP_LPEXACT_BOUNDING_H__
34#define __SCIP_LPEXACT_BOUNDING_H__
common defines and data types used in all packages of SCIP
internal methods for exact LP management
SCIP_RETCODE SCIPlpExactComputeSafeBound(SCIP_LP *lp, SCIP_LPEXACT *lpexact, SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, BMS_BLKMEM *blkmem, SCIP_STAT *stat, SCIP_EVENTQUEUE *eventqueue, SCIP_PROB *prob, SCIP_Bool *lperror, SCIP_Bool usefarkas, SCIP_Real *safebound, SCIP_Bool *primalfeasible, SCIP_Bool *dualfeasible)
memory allocation routines
struct BMS_BlkMem BMS_BLKMEM
public methods for LP management
struct SCIP_EventQueue SCIP_EVENTQUEUE
type definitions for LP management
type definitions for exact LP management
struct SCIP_LpExact SCIP_LPEXACT
struct SCIP_Messagehdlr SCIP_MESSAGEHDLR
type definitions for miscellaneous datastructures
type definitions for storing and manipulating the main problem
struct SCIP_Prob SCIP_PROB
type definitions for rational numbers
enum SCIP_Retcode SCIP_RETCODE
type definitions for global SCIP settings
type definitions for storing primal CIP solutions
type definitions for problem statistics
struct SCIP_Stat SCIP_STAT
type definitions for problem variables