#include <vector>
#include "CoinPackedVector.hpp"
#include "VrpConstants.h"
#include "VrpVariable.h"
Go to the source code of this file.
Classes | |
struct | EDGE |
struct | ELIST |
struct | VERTEX |
class | VrpNetwork |
Defines | |
#define | OTHER_END(cur_edge, v) (cur_edge->data->v0 == v) ? cur_edge->data->v1 : cur_edge->data->v0 |
Typedefs | |
typedef struct EDGE | edge |
typedef struct ELIST | elist |
typedef struct VERTEX | vertex |
#define OTHER_END | ( | cur_edge, | |
v | |||
) | (cur_edge->data->v0 == v) ? cur_edge->data->v1 : cur_edge->data->v0 |
Definition at line 26 of file VrpNetwork.h.