#include <deque>#include <stack>#include <map>#include <list>#include <string>#include <iostream>#include <streambuf>#include <fstream>#include <cstring>#include "linbox/util/timer.h"Namespaces | |
| namespace | LinBox |
Defines | |
| #define | MAX(a, b) (((a) > (b)) ? (a) : (b)) |
| #define | BRIEF_REPORT "Brief report" |
| #define | PROGRESS_REPORT "Progress report" |
| #define | TIMING_MEASURE "Timing measure" |
| #define | TIMING_ESTIMATE "Timing estimate" |
| #define | PARTIAL_RESULT "Partial result" |
| #define | INTERNAL_WARNING "Internal warning" |
| #define | INTERNAL_ERROR "Internal error" |
| #define | INTERNAL_DESCRIPTION "Internal description" |
| #define | MSG_OK "ok" |
| #define | MSG_DONE "done" |
| #define | MSG_PASSED "passed" |
| #define | MSG_FAILED "FAILED" |
| #define | MSG_STATUS(ret) (ret ? MSG_PASSED : MSG_FAILED) |
| #define | PRINT_EVERYTHING 100000 |
| #define | PRINT_NOTHING 0 |
| #define | LVL_ALWAYS = 1, |
| #define | LVL_IMP = 2, |
| #define | LVL_NORMAL = 3, |
| #define | LVL_UNIMP = 4, |
| #define | LVL_BLABLA = 10, |
| #define | LVL_NEVER = (2*PRINT_EVERYTHING) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.18