Scippy

SCIP

Solving Constraint Integer Programs

scip_timing.h File Reference

Detailed Description

public methods for timing

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

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_EXPORT SCIP_Real SCIPgetTimeOfDay (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPcreateClock (SCIP *scip, SCIP_CLOCK **clck)
 
SCIP_EXPORT SCIP_RETCODE SCIPcreateCPUClock (SCIP *scip, SCIP_CLOCK **clck)
 
SCIP_EXPORT SCIP_RETCODE SCIPcreateWallClock (SCIP *scip, SCIP_CLOCK **clck)
 
SCIP_EXPORT SCIP_RETCODE SCIPfreeClock (SCIP *scip, SCIP_CLOCK **clck)
 
SCIP_EXPORT SCIP_RETCODE SCIPresetClock (SCIP *scip, SCIP_CLOCK *clck)
 
SCIP_EXPORT SCIP_RETCODE SCIPstartClock (SCIP *scip, SCIP_CLOCK *clck)
 
SCIP_EXPORT SCIP_RETCODE SCIPstopClock (SCIP *scip, SCIP_CLOCK *clck)
 
SCIP_EXPORT SCIP_RETCODE SCIPenableOrDisableStatisticTiming (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPstartSolvingTime (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPstopSolvingTime (SCIP *scip)
 
SCIP_EXPORT SCIP_Real SCIPgetClockTime (SCIP *scip, SCIP_CLOCK *clck)
 
SCIP_EXPORT SCIP_RETCODE SCIPsetClockTime (SCIP *scip, SCIP_CLOCK *clck, SCIP_Real sec)
 
SCIP_EXPORT SCIP_Real SCIPgetTotalTime (SCIP *scip)
 
SCIP_EXPORT SCIP_Real SCIPgetSolvingTime (SCIP *scip)
 
SCIP_EXPORT SCIP_Real SCIPgetReadingTime (SCIP *scip)
 
SCIP_EXPORT SCIP_Real SCIPgetPresolvingTime (SCIP *scip)
 
SCIP_EXPORT SCIP_Real SCIPgetFirstLPTime (SCIP *scip)