#include <VrpNetwork.h>

Public Attributes | |
| int | enodenum |
| int | orignodenum |
| struct ELIST * | first |
| struct ELIST * | last |
| int | comp |
| bool | scanned |
| int | demand |
| int | degree |
| int | orig_node_list_size |
| int * | orig_node_list |
| int | dfnumber |
| int | low |
| bool | is_art_point |
| bool | deleted |
Definition at line 60 of file VrpNetwork.h.
| int VERTEX::enodenum |
Definition at line 61 of file VrpNetwork.h.
| int VERTEX::orignodenum |
Definition at line 62 of file VrpNetwork.h.
| struct ELIST* VERTEX::first |
Definition at line 63 of file VrpNetwork.h.
| struct ELIST* VERTEX::last |
Definition at line 64 of file VrpNetwork.h.
| int VERTEX::comp |
Definition at line 65 of file VrpNetwork.h.
| bool VERTEX::scanned |
Definition at line 67 of file VrpNetwork.h.
| int VERTEX::demand |
Definition at line 68 of file VrpNetwork.h.
| int VERTEX::degree |
Definition at line 69 of file VrpNetwork.h.
| int VERTEX::orig_node_list_size |
Definition at line 70 of file VrpNetwork.h.
| int* VERTEX::orig_node_list |
Definition at line 71 of file VrpNetwork.h.
| int VERTEX::dfnumber |
Definition at line 74 of file VrpNetwork.h.
| int VERTEX::low |
Definition at line 75 of file VrpNetwork.h.
| bool VERTEX::is_art_point |
Definition at line 76 of file VrpNetwork.h.
| bool VERTEX::deleted |
Definition at line 77 of file VrpNetwork.h.
1.8.5