Public Attributes | List of all members
EDGE Struct Reference

#include <VrpNetwork.h>

Public Attributes

int v0
 
int v1
 
int cost
 
double weight
 
bool scanned
 
bool tree_edge
 
bool deleted
 

Detailed Description

Definition at line 43 of file VrpNetwork.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: