PGROUTING
3.2
|
#include "vrp/vehicle.h"
#include <deque>
#include <iostream>
#include <algorithm>
#include <tuple>
#include <limits>
#include <string>
#include <utility>
#include <vector>
#include "cpp_common/pgr_assert.h"
#include "vrp/pgr_pickDeliver.h"
Go to the source code of this file.
Namespaces | |
pgrouting | |
Book keeping class for swapping orders between vehicles. | |
pgrouting::vrp | |
Functions | |
bool | pgrouting::vrp::operator< (const Vehicle &lhs, const Vehicle &rhs) |
std::ostream & | pgrouting::vrp::operator<< (std::ostream &log, const Vehicle &v) |