PGROUTING  3.2
pd_problem.h
Go to the documentation of this file.
1 /*PGR-GNU*****************************************************************
2 
3 FILE: pd_problem.h
4 
5 Copyright (c) 2017 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_VRP_PD_PROBLEM_H_
29 #define INCLUDE_VRP_PD_PROBLEM_H_
30 #pragma once
31 
33 #include "vrp/initials_code.h"
34 
35 
36 
37 namespace pgrouting {
38 namespace vrp {
39 
40 class Pgr_pickDeliver;
41 
42 class PD_problem {
43  public:
44 
46  explicit PD_problem(Pgr_pickDeliver* p_problem);
47 
49  PD_problem(const PD_problem &problem) = delete;
50 
52  PD_problem() = delete;
53 };
54 
55 } // namespace vrp
56 } // namespace pgrouting
57 
58 #endif // INCLUDE_VRP_PD_PROBLEM_H_
pgr_messages.h
initials_code.h
pgrouting::vrp::Pgr_pickDeliver
Definition: pgr_pickDeliver.h:57
pgrouting::vrp::PD_problem
Definition: pd_problem.h:42
pgrouting
Book keeping class for swapping orders between vehicles.
Definition: pgr_alphaShape.cpp:56
pgrouting::vrp::PD_problem::PD_problem
PD_problem()=delete
Not allwing initialization without information.