Scippy

    SCIP

    Solving Constraint Integer Programs

    scip_general.h File Reference

    Detailed Description

    general public methods

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

    Definition in file scip_general.h.

    #include "scip/def.h"
    #include "scip/type_retcode.h"
    #include "scip/type_scip.h"
    #include "scip/type_set.h"
    #include "scip/type_stat.h"

    Go to the source code of this file.

    Functions

    SCIP_Real SCIPversion (void)
     
    int SCIPmajorVersion (void)
     
    int SCIPminorVersion (void)
     
    int SCIPtechVersion (void)
     
    int SCIPsubversion (void)
     
    void SCIPprintVersion (SCIP *scip, FILE *file)
     
    void SCIPprintBuildOptions (SCIP *scip, FILE *file)
     
    void SCIPprintError (SCIP_RETCODE retcode)
     
    SCIP_RETCODE SCIPcreate (SCIP **scip)
     
    SCIP_RETCODE SCIPfree (SCIP **scip)
     
    SCIP_STAGE SCIPgetStage (SCIP *scip)
     
    SCIP_RETCODE SCIPprintStage (SCIP *scip, FILE *file)
     
    SCIP_STATUS SCIPgetStatus (SCIP *scip)
     
    const char * SCIPstatusName (SCIP_STATUS status)
     
    SCIP_RETCODE SCIPprintStatus (SCIP *scip, FILE *file)
     
    SCIP_Bool SCIPisTransformed (SCIP *scip)
     
    SCIP_Bool SCIPisPresolveFinished (SCIP *scip)
     
    SCIP_Bool SCIPhasPerformedPresolve (SCIP *scip)
     
    SCIP_Bool SCIPpressedCtrlC (SCIP *scip)
     
    SCIP_Bool SCIPisStopped (SCIP *scip)
     
    SCIP_RETCODE SCIPincludeExternalCodeInformation (SCIP *scip, const char *name, const char *description)
     
    char ** SCIPgetExternalCodeNames (SCIP *scip)
     
    char ** SCIPgetExternalCodeDescriptions (SCIP *scip)
     
    int SCIPgetNExternalCodes (SCIP *scip)
     
    void SCIPprintExternalCodes (SCIP *scip, FILE *file)