Scippy

SCIP

Solving Constraint Integer Programs

SCIP_Time Struct Reference

Detailed Description

Definition at line 64 of file nlpi_filtersqp.c.

Data Fields

time_t sec
 
long usec
 

Field Documentation

◆ sec

time_t SCIP_Time::sec

seconds part of time since epoch

Definition at line 66 of file nlpi_filtersqp.c.

Referenced by gettime(), and timeelapsed().

◆ usec

long SCIP_Time::usec

micro-seconds part of time

Definition at line 67 of file nlpi_filtersqp.c.

Referenced by gettime(), and timeelapsed().