scip_table.c File Reference
Detailed Description
public methods for statistics table plugins
Definition in file scip_table.c.
#include "scip/debug.h"#include "scip/pub_message.h"#include "scip/scip_table.h"#include "scip/set.h"#include "scip/struct_mem.h"#include "scip/struct_scip.h"#include "scip/struct_set.h"#include "scip/table.h"Go to the source code of this file.
Functions | |
| SCIP_RETCODE | SCIPincludeTable (SCIP *scip, const char *name, const char *desc, SCIP_Bool active, SCIP_DECL_TABLECOPY((*tablecopy)), SCIP_DECL_TABLEFREE((*tablefree)), SCIP_DECL_TABLEINIT((*tableinit)), SCIP_DECL_TABLEEXIT((*tableexit)), SCIP_DECL_TABLEINITSOL((*tableinitsol)), SCIP_DECL_TABLEEXITSOL((*tableexitsol)), SCIP_DECL_TABLEOUTPUT((*tableoutput)), SCIP_TABLEDATA *tabledata, int position, SCIP_STAGE earlieststage) |
| SCIP_TABLE * | SCIPfindTable (SCIP *scip, const char *name) |
| SCIP_TABLE ** | SCIPgetTables (SCIP *scip) |
| int | SCIPgetNTables (SCIP *scip) |
