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_TABLEDATA * | SCIPtableGetData (SCIP_TABLE *table) |
void | SCIPtableSetData (SCIP_TABLE *table, SCIP_TABLEDATA *tabledata) |
const char * | SCIPtableGetName (SCIP_TABLE *table) |
const char * | SCIPtableGetDesc (SCIP_TABLE *table) |
int | SCIPtableGetPosition (SCIP_TABLE *table) |
SCIP_STAGE | SCIPtableGetEarliestStage (SCIP_TABLE *table) |
SCIP_Bool | SCIPtableIsActive (SCIP_TABLE *table) |
SCIP_Bool | SCIPtableIsInitialized (SCIP_TABLE *table) |