pub_table.h File Reference
Detailed Description
public methods for displaying statistic tables
Definition in file pub_table.h.
Go to the source code of this file.
Functions | |
SCIP_EXPORT SCIP_TABLEDATA * | SCIPtableGetData (SCIP_TABLE *table) |
SCIP_EXPORT void | SCIPtableSetData (SCIP_TABLE *table, SCIP_TABLEDATA *tabledata) |
SCIP_EXPORT const char * | SCIPtableGetName (SCIP_TABLE *table) |
SCIP_EXPORT const char * | SCIPtableGetDesc (SCIP_TABLE *table) |
SCIP_EXPORT int | SCIPtableGetPosition (SCIP_TABLE *table) |
SCIP_EXPORT SCIP_STAGE | SCIPtableGetEarliestStage (SCIP_TABLE *table) |
SCIP_EXPORT SCIP_Bool | SCIPtableIsActive (SCIP_TABLE *table) |
SCIP_EXPORT SCIP_Bool | SCIPtableIsInitialized (SCIP_TABLE *table) |