Scippy

    SCIP

    Solving Constraint Integer Programs

    Detailed Description

    public methods for timing

    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_timing.c.

    #include "scip/clock.h"
    #include "scip/conflict.h"
    #include "scip/debug.h"
    #include "scip/pub_message.h"
    #include "scip/reader.h"
    #include "scip/scip_numerics.h"
    #include "scip/scip_timing.h"
    #include "scip/set.h"
    #include "scip/stat.h"
    #include "scip/struct_scip.h"
    #include "scip/struct_set.h"
    #include "scip/struct_stat.h"

    Go to the source code of this file.

    Functions

    SCIP_Real SCIPgetTimeOfDay (SCIP *scip)
     
    SCIP_RETCODE SCIPcreateClock (SCIP *scip, SCIP_CLOCK **clck)
     
    SCIP_RETCODE SCIPcreateCPUClock (SCIP *scip, SCIP_CLOCK **clck)
     
    SCIP_RETCODE SCIPcreateWallClock (SCIP *scip, SCIP_CLOCK **clck)
     
    SCIP_RETCODE SCIPfreeClock (SCIP *scip, SCIP_CLOCK **clck)
     
    SCIP_RETCODE SCIPresetClock (SCIP *scip, SCIP_CLOCK *clck)
     
    SCIP_RETCODE SCIPstartClock (SCIP *scip, SCIP_CLOCK *clck)
     
    SCIP_RETCODE SCIPstopClock (SCIP *scip, SCIP_CLOCK *clck)
     
    void SCIPsetClockEnabled (SCIP_CLOCK *clck, SCIP_Bool enable)
     
    SCIP_RETCODE SCIPenableOrDisableStatisticTiming (SCIP *scip)
     
    SCIP_RETCODE SCIPstartSolvingTime (SCIP *scip)
     
    SCIP_RETCODE SCIPstopSolvingTime (SCIP *scip)
     
    SCIP_Real SCIPgetClockTime (SCIP *scip, SCIP_CLOCK *clck)
     
    SCIP_RETCODE SCIPsetClockTime (SCIP *scip, SCIP_CLOCK *clck, SCIP_Real sec)
     
    SCIP_Real SCIPgetTotalTime (SCIP *scip)
     
    SCIP_Real SCIPgetSolvingTime (SCIP *scip)
     
    SCIP_Real SCIPgetReadingTime (SCIP *scip)
     
    SCIP_Real SCIPgetPresolvingTime (SCIP *scip)
     
    SCIP_Real SCIPgetFirstLPTime (SCIP *scip)