#include <VRP_Boost.h>
Public Member Functions | |
| sg_label_writer_vertex (const int *vertex_wt) | |
| template<class VertexOrEdge > | |
| void | operator() (ostream &out, const VertexOrEdge &v) const |
Private Attributes | |
| const int * | demand |
Definition at line 68 of file VRP_Boost.h.
| sg_label_writer_vertex::sg_label_writer_vertex | ( | const int * | vertex_wt | ) | [inline] |
Definition at line 70 of file VRP_Boost.h.
| void sg_label_writer_vertex::operator() | ( | ostream & | out, | |
| const VertexOrEdge & | v | |||
| ) | const [inline] |
Definition at line 73 of file VRP_Boost.h.
References demand.
const int* sg_label_writer_vertex::demand [private] |
Definition at line 82 of file VRP_Boost.h.
Referenced by operator()().
1.6.1