#include <VrpCommonTypes.h>
Public Attributes | |
int | vertnum |
int | edgenum |
int | allocated_edgenum |
int | del_edgenum |
edge_data * | edges |
Definition at line 48 of file VrpCommonTypes.h.
int SMALL_GRAPH::vertnum |
Definition at line 49 of file VrpCommonTypes.h.
int SMALL_GRAPH::edgenum |
Definition at line 50 of file VrpCommonTypes.h.
int SMALL_GRAPH::allocated_edgenum |
Definition at line 51 of file VrpCommonTypes.h.
int SMALL_GRAPH::del_edgenum |
Definition at line 52 of file VrpCommonTypes.h.
edge_data* SMALL_GRAPH::edges |
Definition at line 53 of file VrpCommonTypes.h.