33#ifndef __SCIP_PUB_LPEXACT_H__
34#define __SCIP_PUB_LPEXACT_H__
common defines and data types used in all packages of SCIP
SCIP_COLEXACT ** SCIProwExactGetCols(SCIP_ROWEXACT *row)
SCIP_RATIONAL * SCIProwExactGetRhs(SCIP_ROWEXACT *row)
void SCIProwExactUnlock(SCIP_ROWEXACT *row)
SCIP_Bool SCIProwExactIsInLP(SCIP_ROWEXACT *row)
SCIP_ROW * SCIProwExactGetRow(SCIP_ROWEXACT *row)
SCIP_Bool SCIProwExactHasFpRelax(SCIP_ROWEXACT *row)
SCIP_RATIONAL * SCIProwExactGetConstant(SCIP_ROWEXACT *row)
SCIP_VAR * SCIPcolExactGetVar(SCIP_COLEXACT *col)
SCIP_RATIONAL * SCIProwExactGetLhs(SCIP_ROWEXACT *row)
void SCIProwExactLock(SCIP_ROWEXACT *row)
SCIP_Bool SCIPlpExactDiving(SCIP_LPEXACT *lpexact)
SCIP_ROW * SCIProwExactGetRowRhs(SCIP_ROWEXACT *row)
SCIP_RATIONAL ** SCIProwExactGetVals(SCIP_ROWEXACT *row)
void SCIProwExactSort(SCIP_ROWEXACT *row)
int SCIProwExactGetNNonz(SCIP_ROWEXACT *row)
type definitions for constraints and constraint handlers
type definitions for LP management
type definitions for exact LP management
struct SCIP_LpExact SCIP_LPEXACT
struct SCIP_RowExact SCIP_ROWEXACT
struct SCIP_ColExact SCIP_COLEXACT
type definitions for specific LP solvers interface
type definitions for specific exact LP solvers interface
type definitions for miscellaneous datastructures
#define SCIP_DECL_SORTPTRCOMP(x)
type definitions for rational numbers
struct SCIP_Rational SCIP_RATIONAL
type definitions for separators
type definitions for problem variables