Scippy

    SCIP

    Solving Constraint Integer Programs

    type_clock.h File Reference

    Detailed Description

    type definitions for clocks and timing issues

    Author
    Tobias Achterberg

    Definition in file type_clock.h.

    #include "scip/def.h"

    Go to the source code of this file.

    Typedefs

    typedef enum SCIP_ClockType SCIP_CLOCKTYPE
     
    typedef struct SCIP_Clock SCIP_CLOCK
     
    typedef struct SCIP_CPUClock SCIP_CPUCLOCK
     
    typedef struct SCIP_WallClock SCIP_WALLCLOCK
     

    Enumerations

    enum  SCIP_ClockType {
      SCIP_CLOCKTYPE_DEFAULT = 0 ,
      SCIP_CLOCKTYPE_CPU = 1 ,
      SCIP_CLOCKTYPE_WALL = 2
    }
     

    Typedef Documentation

    ◆ SCIP_CLOCKTYPE

    clock type to use

    Definition at line 47 of file type_clock.h.

    ◆ SCIP_CLOCK

    typedef struct SCIP_Clock SCIP_CLOCK

    clock timer

    Definition at line 49 of file type_clock.h.

    ◆ SCIP_CPUCLOCK

    typedef struct SCIP_CPUClock SCIP_CPUCLOCK

    CPU clock counter

    Definition at line 50 of file type_clock.h.

    ◆ SCIP_WALLCLOCK

    wall clock counter

    Definition at line 51 of file type_clock.h.

    Enumeration Type Documentation

    ◆ SCIP_ClockType

    Enumerator
    SCIP_CLOCKTYPE_DEFAULT 

    use default clock type

    SCIP_CLOCKTYPE_CPU 

    use CPU clock

    SCIP_CLOCKTYPE_WALL 

    use wall clock

    Definition at line 41 of file type_clock.h.