public methods for displaying statistic tables
Definition in file pub_table.h.
#include <stdio.h>
#include "scip/def.h"
#include "scip/type_retcode.h"
#include "scip/type_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) |