PGROUTING
3.2
pd_problem.cpp
Go to the documentation of this file.
1
/*PGR-GNU*****************************************************************
2
3
FILE: pgr_pickDeliver.h
4
5
Copyright (c) 2015 pgRouting developers
6
Mail:
[email protected]
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
26
27
#include "
vrp/pd_problem.h
"
28
#include "
vrp/dnode.h
"
29
#include "
vrp/fleet.h
"
30
#include "
vrp/solution.h
"
31
#include "
vrp/tw_node.h
"
32
#include "
vrp/pd_orders.h
"
33
#include "
vrp/vehicle.h
"
34
35
namespace
pgrouting
{
36
namespace
vrp {
37
41
PD_problem::PD_problem
(
Pgr_pickDeliver
* p) {
42
Dnode::problem
= p;
43
Fleet::problem
= p;
44
Solution::problem
= p;
45
Tw_node::problem
= p;
46
PD_Orders::problem
= p;
47
Vehicle::problem
= p;
48
}
49
50
51
}
// namespace vrp
52
}
// namespace pgrouting
53
dnode.h
pgrouting::vrp::Fleet::problem
static Pgr_pickDeliver * problem
The problem.
Definition:
fleet.h:110
pgrouting::vrp::Solution::problem
static Pgr_pickDeliver * problem
this solution belongs to this problem
Definition:
solution.h:114
pgrouting::vrp::Dnode::problem
static Pgr_pickDeliver * problem
The problem.
Definition:
dnode.h:70
pd_orders.h
tw_node.h
pgrouting::vrp::Pgr_pickDeliver
Definition:
pgr_pickDeliver.h:57
pgrouting::vrp::PD_Orders::problem
static Pgr_pickDeliver * problem
The problem.
Definition:
pd_orders.h:103
vehicle.h
solution.h
pd_problem.h
pgrouting::vrp::Vehicle::problem
static Pgr_pickDeliver * problem
Pointer to problem.
Definition:
vehicle.h:315
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.
fleet.h
src
pickDeliver
pd_problem.cpp
Generated on Tue May 25 2021 15:09:48 for PGROUTING by
1.8.17