clock.h
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/ 88 /** 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:56 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:54 |