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
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
common defines and data types used in all packages of SCIP
Definition: struct_clock.h:65
Definition: struct_set.h:74
Definition: heur_padm.c:135
type definitions for clocks and timing issues
type definitions for return codes for SCIP methods
type definitions for global SCIP settings