scip_timing.h File Reference
Detailed Description
public methods for timing
Definition in file scip_timing.h.
#include "scip/def.h"
#include "scip/type_clock.h"
#include "scip/type_retcode.h"
#include "scip/type_scip.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) |
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) |