clock.h
Go to the documentation of this file.
22 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
89 /** 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:264
type definitions for global SCIP settings
type definitions for return codes for SCIP methods
Definition: struct_set.h:61
void SCIPclockEnableOrDisable(SCIP_CLOCK *clck, SCIP_Bool enable)
Definition: clock.c:250
SCIP_RETCODE SCIPclockCreate(SCIP_CLOCK **clck, SCIP_CLOCKTYPE clocktype)
Definition: clock.c:160
type definitions for clocks and timing issues
common defines and data types used in all packages of SCIP
Definition: struct_clock.h:55