![]() |
vrpRouting
0.3
|
#include "optimizers/tabu.h"
#include <algorithm>
#include <string>
#include <deque>
#include "cpp_common/pgr_assert.h"
#include "cpp_common/pgr_messages.h"
#include "optimizers/move.h"
Go to the source code of this file.
Namespaces | |
anonymous_namespace{tabu.cpp} | |
Anonymus namespace for static functions. | |
vrprouting | |
vrprouting::optimizers | |
vrprouting::optimizers::tabu | |
Functions | |
bool | anonymous_namespace{tabu.cpp}::are_all_served (const Identifiers< size_t > &unassigned) |
Are all orders served? More... | |
Identifiers< size_t > | anonymous_namespace{tabu.cpp}::set_unassignedOrders (const std::deque< vrprouting::problem::Vehicle_pickDeliver > &fleet) |
set of unassigned orders More... | |