#include <VrpNetwork.h>
Public Attributes | |
| int | v0 |
| int | v1 |
| int | cost |
| double | weight |
| bool | scanned |
| bool | tree_edge |
| bool | deleted |
Definition at line 43 of file VrpNetwork.h.
| int EDGE::v0 |
Definition at line 44 of file VrpNetwork.h.
| int EDGE::v1 |
Definition at line 45 of file VrpNetwork.h.
| int EDGE::cost |
Definition at line 46 of file VrpNetwork.h.
| double EDGE::weight |
Definition at line 47 of file VrpNetwork.h.
| bool EDGE::scanned |
Definition at line 48 of file VrpNetwork.h.
| bool EDGE::tree_edge |
Definition at line 49 of file VrpNetwork.h.
| bool EDGE::deleted |
Definition at line 50 of file VrpNetwork.h.
1.8.5