Go to the source code of this file.
Defines | |
| #define | HISTORY_BUF 1000000 |
| #define | MINUS_INF INT_MIN |
| #define | PLUS_INF INT_MAX |
| #define | INDEX(ROW, COL, DIM) ((COL*DIM)+ROW) |
| #define HISTORY_BUF 1000000 |
Definition at line 24 of file gnpplib.cpp.
| #define INDEX | ( | ROW, | |||
| COL, | |||||
| DIM | ) | ((COL*DIM)+ROW) |
Definition at line 29 of file gnpplib.cpp.
| #define MINUS_INF INT_MIN |
Definition at line 26 of file gnpplib.cpp.
| #define PLUS_INF INT_MAX |
Definition at line 27 of file gnpplib.cpp.