Scippy

    SCIP

    Solving Constraint Integer Programs

    scip_disp.h File Reference

    Detailed Description

    public methods for display handler plugins

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

    Definition in file scip_disp.h.

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