Scippy

    SCIP

    Solving Constraint Integer Programs

    Detailed Description

    public methods for display handler plugins

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

    Definition in file scip_disp.c.

    #include "scip/debug.h"
    #include "scip/disp.h"
    #include "scip/pub_message.h"
    #include "scip/scip_disp.h"
    #include "scip/set.h"
    #include "scip/struct_mem.h"
    #include "scip/struct_scip.h"
    #include "scip/struct_set.h"

    Go to the source code of this file.

    Functions

    SCIP_RETCODE SCIPincludeDisp (SCIP *scip, const char *name, const char *desc, const char *header, SCIP_DISPSTATUS dispstatus, SCIP_DECL_DISPCOPY((*dispcopy)), SCIP_DECL_DISPFREE((*dispfree)), SCIP_DECL_DISPINIT((*dispinit)), SCIP_DECL_DISPEXIT((*dispexit)), SCIP_DECL_DISPINITSOL((*dispinitsol)), SCIP_DECL_DISPEXITSOL((*dispexitsol)), SCIP_DECL_DISPOUTPUT((*dispoutput)), SCIP_DISPDATA *dispdata, int width, int priority, int position, SCIP_Bool stripline)
     
    SCIP_DISPSCIPfindDisp (SCIP *scip, const char *name)
     
    SCIP_DISP ** SCIPgetDisps (SCIP *scip)
     
    int SCIPgetNDisps (SCIP *scip)
     
    SCIP_RETCODE SCIPautoselectDisps (SCIP *scip)
     
    void SCIPchgDispMode (SCIP_DISP *disp, SCIP_DISPMODE mode)