33#ifndef __SCIP_PUB_TABLE_H__
34#define __SCIP_PUB_TABLE_H__
common defines and data types used in all packages of SCIP
int SCIPtableGetPosition(SCIP_TABLE *table)
const char * SCIPtableGetDesc(SCIP_TABLE *table)
SCIP_Bool SCIPtableIsInitialized(SCIP_TABLE *table)
SCIP_TABLEDATA * SCIPtableGetData(SCIP_TABLE *table)
const char * SCIPtableGetName(SCIP_TABLE *table)
void SCIPtableSetData(SCIP_TABLE *table, SCIP_TABLEDATA *tabledata)
SCIP_STAGE SCIPtableGetEarliestStage(SCIP_TABLE *table)
SCIP_Bool SCIPtableIsActive(SCIP_TABLE *table)
type definitions for global SCIP settings
enum SCIP_Stage SCIP_STAGE
type definitions for displaying statistics tables
struct SCIP_TableData SCIP_TABLEDATA