Scippy

SCIP

Solving Constraint Integer Programs

pub_table.h File Reference

Detailed Description

public methods for displaying statistic tables

Author
Tristan Gally

Definition in file pub_table.h.

#include "scip/def.h"
#include "scip/type_set.h"
#include "scip/type_table.h"

Go to the source code of this file.

Functions

SCIP_EXPORT SCIP_TABLEDATASCIPtableGetData (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)