SCIP-SDP  4.0.0
Typedefs | Enumerations
type_sdpiclock.h File Reference

type definitions for clocks and timing issues More...

Go to the source code of this file.

Typedefs

typedef enum SDPI_ClockType SDPI_CLOCKTYPE
 
typedef struct SDPI_Clock SDPI_CLOCK
 
typedef struct SDPI_CPUClock SDPI_CPUCLOCK
 
typedef struct SDPI_WallClock SDPI_WALLCLOCK
 

Enumerations

Detailed Description

type definitions for clocks and timing issues

Author
Tobias Achterberg
Marc Pfetsch

Definition in file type_sdpiclock.h.

Typedef Documentation

clock type to use

Definition at line 55 of file type_sdpiclock.h.

typedef struct SDPI_Clock SDPI_CLOCK

clock timer

Definition at line 57 of file type_sdpiclock.h.

typedef struct SDPI_CPUClock SDPI_CPUCLOCK

CPU clock counter

Definition at line 58 of file type_sdpiclock.h.

wall clock counter

Definition at line 59 of file type_sdpiclock.h.

Enumeration Type Documentation

Enumerator
SDPI_CLOCKTYPE_CPU 

use CPU clock

SDPI_CLOCKTYPE_WALL 

use wall clock

Definition at line 50 of file type_sdpiclock.h.