 |
vrpRouting
0.3
|
Go to the documentation of this file.
28 #ifndef INCLUDE_INITIALSOL_TABU_H_
29 #define INCLUDE_INITIALSOL_TABU_H_
42 namespace initialsol {
54 using Solution::vehicles;
79 #endif // INCLUDE_INITIALSOL_TABU_H_
Identifiers< size_t > m_assigned
set of assigned orders
Identifiers< size_t > m_unassigned
set of unassigned orders
void invariant() const
class invariant about the orders that have been assigned
void process_unassigned()
Adds unassigned orders to phony vehicles.
Initial_solution()=delete
Initial solution without information is not valid.
Identifiers< size_t > m_all_orders
set of all orders
void process_given_solution_from_user(TTimestamp, bool)
processes the initial solution given by the user