PGROUTING  3.2
found_goals.hpp
Go to the documentation of this file.
1 /*PGR-GNU*****************************************************************
2 file: found_goals.hpp
3 
4 Copyright (c) 2018 pgRouting developers
6 
7 Copyright (c) 2018 Celia Virginia Vergara Castillo
9 
10 ------
11 
12 This program is free software; you can redistribute it and/or modify
13 it under the terms of the GNU General Public License as published by
14 the Free Software Foundation; either version 2 of the License, or
15 (at your option) any later version.
16 
17 This program is distributed in the hope that it will be useful,
18 but WITHOUT ANY WARRANTY; without even the implied warranty of
19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 GNU General Public License for more details.
21 
22 You should have received a copy of the GNU General Public License
23 along with this program; if not, write to the Free Software
24 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
25 
26  ********************************************************************PGR-GNU*/
27 
28 #ifndef INCLUDE_VISITORS_FOUND_GOALS_HPP_
29 #define INCLUDE_VISITORS_FOUND_GOALS_HPP_
30 namespace pgrouting {
31 
33 struct found_goals{};
34 
35 } // namespace pgrouting
36 
37 #endif // INCLUDE_VISITORS_FOUND_GOALS_HPP_
pgrouting::found_goals
exception for visitor termination
Definition: found_goals.hpp:33
pgrouting
Book keeping class for swapping orders between vehicles.
Definition: pgr_alphaShape.cpp:56