00001 #ifndef CPM_MODEL_H_
00002 #define CPM_MODEL_H_
00003
00004 #ifdef __cplusplus
00005 extern "C" {
00006 #endif
00007
00022 typedef struct CPM_predictor {
00031 double (*predict_p2p)(void* _this, int i, int j, int M);
00032 } CPM_predictor;
00033
00038 #define CPM_ERR_MODEL MPI_ERR_LASTCODE + 100
00039
00041 typedef enum {MIN, MAX} CPM_next_node_strategy;
00042
00043 #ifdef __cplusplus
00044 }
00045 #endif
00046
00047 #endif