|
PIPS-NLP
|
#include "sTree.h"#include "StochSymMatrix.h"#include "StochGenMatrix.h"#include "StochVector.h"#include "SimpleVector.h"#include "DoubleMatrixTypes.h"#include "StochResourcePlanner.h"#include <cmath>Macros | |
| #define | MIN(a, b) ( (a>b) ? b : a ) |
| #define | maSend 1 |
| #define | maRecv 0 |
| #define maRecv 0 |
| #define maSend 1 |
| #define MIN | ( | a, | |
| b | |||
| ) | ( (a>b) ? b : a ) |
1.8.11