SCIP Doxygen Documentation
Loading...
Searching...
No Matches
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.

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.