vrpRouting  0.3
node_types.h
Go to the documentation of this file.
1 /*PGR-GNU*****************************************************************
2 
3 FILE: tw_node.h
4 
5 Copyright (c) 2015 pgRouting developers
7 
8 ------
9 
10 This program is free software; you can redistribute it and/or modify
11 it under the terms of the GNU General Public License as published by
12 the Free Software Foundation; either version 2 of the License, or
13 (at your option) any later version.
14 
15 This program is distributed in the hope that it will be useful,
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 GNU General Public License for more details.
19 
20 You should have received a copy of the GNU General Public License
21 along with this program; if not, write to the Free Software
22 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
23 
24  ********************************************************************PGR-GNU*/
25 
28 #ifndef INCLUDE_PROBLEM_NODE_TYPES_H_
29 #define INCLUDE_PROBLEM_NODE_TYPES_H_
30 #pragma once
31 
32 namespace vrprouting {
33 namespace problem {
34 
35  enum NodeType {
36  kStart = 0,
42  };
43 
44 } // namespace problem
45 } // namespace vrprouting
46 
47 #endif // INCLUDE_PROBLEM_NODE_TYPES_H_
vrprouting::problem::kDump
@ kDump
dump site, empties truck
Definition: node_types.h:39
vrprouting::problem::kStart
@ kStart
starting site
Definition: node_types.h:36
vrprouting::problem::kDelivery
@ kDelivery
delivery site
Definition: node_types.h:38
vrprouting::problem::kLoad
@ kLoad
load site, fills the truck
Definition: node_types.h:40
vrprouting::problem::kPickup
@ kPickup
pickup site
Definition: node_types.h:37
vrprouting::problem::kEnd
@ kEnd
ending site
Definition: node_types.h:41
vrprouting::problem::NodeType
NodeType
Definition: node_types.h:35
vrprouting
Definition: base_matrix.cpp:46