PGROUTING
3.2
|
#include "pd_problem.h"
Public Member Functions | |
PD_problem ()=delete | |
Not allwing initialization without information. More... | |
PD_problem (const PD_problem &problem)=delete | |
Not wllowing to copy the problem. More... | |
PD_problem (Pgr_pickDeliver *p_problem) | |
Initializing the problem pointer. More... | |
Definition at line 42 of file pd_problem.h.
|
explicit |
Initializing the problem pointer.
When the problem gets initialized.
Definition at line 41 of file pd_problem.cpp.
References pgrouting::vrp::Dnode::problem, pgrouting::vrp::PD_Orders::problem, pgrouting::vrp::Fleet::problem, pgrouting::vrp::Solution::problem, and pgrouting::vrp::Vehicle::problem.
|
delete |
Not wllowing to copy the problem.
|
delete |
Not allwing initialization without information.