Public Attributes | |
bool | compute |
Whether the bound shall be computed. | |
int | iterations |
Iteration count. | |
double | proc_time |
Process time needed to compute bound in seconds. | |
double | realtime |
Wall clock time needed to compute bound in seconds. | |
Bound_status | status |
Status of the bound computation (i.e., successfull or failed due to ...). | |
const char * | time_status |
Status of the time taken (i.e., if any wrap around is possible / occurred). | |
double | value |
Value of the bound. |
This structure aggregates the value of a single (lower or upper) bound and corresponding data, that is the status of the bound and the iterations and the time necessary to compute it.