Scippy

    SCIP

    Solving Constraint Integer Programs

    Detailed Description

    public methods for statistics table plugins

    Author
    Tobias Achterberg
    Timo Berthold
    Gerald Gamrath
    Leona Gottwald
    Stefan Heinz
    Gregor Hendel
    Thorsten Koch
    Alexander Martin
    Marc Pfetsch
    Michael Winkler
    Kati Wolter
    Mohammed Ghannam

    Definition in file scip_table.c.

    #include "scip/scip_table.h"
    #include "scip/debug.h"
    #include "scip/pub_message.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_DECL_TABLECOLLECT((*tablecollect)), SCIP_TABLEDATA *tabledata, int position, SCIP_STAGE earlieststage)
     
    SCIP_TABLESCIPfindTable (SCIP *scip, const char *name)
     
    SCIP_TABLE ** SCIPgetTables (SCIP *scip)
     
    int SCIPgetNTables (SCIP *scip)