Scippy

SCIP

Solving Constraint Integer Programs

SCIP_WallClock Struct Reference

Detailed Description

wall clock counter

Definition at line 48 of file struct_clock.h.

#include <struct_clock.h>

Data Fields

long sec
 
long usec
 

Field Documentation

◆ sec

long SCIP_WallClock::sec

seconds counter

Definition at line 50 of file struct_clock.h.

◆ usec

long SCIP_WallClock::usec

microseconds counter

Definition at line 51 of file struct_clock.h.