clock.h
Go to the documentation of this file.
31 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
90 /** starts measurement of time in the given clock, update the clock's type if it is bound to the default type */
void SCIPclockSetType(SCIP_CLOCK *clck, SCIP_CLOCKTYPE clocktype)
Definition: clock.c:274
type definitions for global SCIP settings
type definitions for return codes for SCIP methods
Definition: struct_set.h:72
void SCIPclockEnableOrDisable(SCIP_CLOCK *clck, SCIP_Bool enable)
Definition: clock.c:260
SCIP_RETCODE SCIPclockCreate(SCIP_CLOCK **clck, SCIP_CLOCKTYPE clocktype)
Definition: clock.c:170
type definitions for clocks and timing issues
common defines and data types used in all packages of SCIP
Definition: struct_clock.h:64