#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 |
| char | scanned |
| double | demand |
| char | is_art_point |
| char | deleted |
| double | weight |
| char | orig_node_list2_size |
| char * | orig_node_list2 |
| double | r |
Definition at line 60 of file VrpNetwork.h.
| int VERTEX::enodenum |
Definition at line 61 of file VrpNetwork.h.
Definition at line 62 of file VrpNetwork.h.
struct ELIST * VERTEX::first [read] |
Definition at line 63 of file VrpNetwork.h.
struct ELIST * VERTEX::last [read] |
Definition at line 64 of file VrpNetwork.h.
| int VERTEX::comp |
Definition at line 65 of file VrpNetwork.h.
| char 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.
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.
| char VERTEX::is_art_point |
Definition at line 76 of file VrpNetwork.h.
| char VERTEX::deleted |
Definition at line 77 of file VrpNetwork.h.
| char VERTEX::scanned |
| double VERTEX::demand |
| char VERTEX::is_art_point |
| char VERTEX::deleted |
| double VERTEX::weight |
| char* VERTEX::orig_node_list2 |
1.6.1