#include "book_keeping.h"
Definition at line 44 of file book_keeping.h.
◆ Swap_info() [1/3]
pgrouting::vrp::Swap_info::Swap_info |
( |
| ) |
|
|
delete |
◆ Swap_info() [2/3]
pgrouting::vrp::Swap_info::Swap_info |
( |
const Swap_info & |
| ) |
|
|
default |
◆ Swap_info() [3/3]
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
log, |
|
|
const Swap_info & |
d |
|
) |
| |
|
friend |
Definition at line 47 of file book_keeping.cpp.
48 log <<
"\n" << d.from_truck.tau() <<
" --> "
51 << d.from_truck.orders()[d.from_order].pickup().id()
53 <<
"\n" << d.to_truck.tau() <<
" --> "
56 << d.to_truck.orders()[d.to_order].pickup().id()
58 <<
"\n" <<
"delta = " << d.estimated_delta;
◆ Swap_bk
◆ estimated_delta
double pgrouting::vrp::Swap_info::estimated_delta |
◆ from_order
size_t pgrouting::vrp::Swap_info::from_order |
◆ from_truck
◆ to_order
size_t pgrouting::vrp::Swap_info::to_order |
◆ to_truck
The documentation for this class was generated from the following files: