Scippy

    SCIP

    Solving Constraint Integer Programs

    scip_table.h File Reference

    Detailed Description

    public methods for statistics table plugins

    Author
    Tobias Achterberg
    Timo Berthold
    Thorsten Koch
    Alexander Martin
    Marc Pfetsch
    Kati Wolter
    Gregor Hendel
    Leona Gottwald
    Mohammed Ghannam

    Definition in file scip_table.h.

    #include "scip/def.h"
    #include "scip/type_retcode.h"
    #include "scip/type_scip.h"
    #include "scip/type_set.h"
    #include "scip/type_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)