#include <boost/functional/hash.hpp>
#include <unordered_set>
#include <queue>
Go to the source code of this file.
Classes | |
struct | paal::data_structures::tabu_list_remember_move< Move > |
This Tabu list remember some number of last moves. More... | |
class | paal::data_structures::tabu_list_remember_solution_and_move< Solution, Move > |
This Tabu list remember both current solution and move It is implemented as tabu_list_remember_move<pair<Solution, Move>> with nullptr passed as dummy solution. More... | |
Namespaces | |
paal | |
global namespace of project. | |
paal::data_structures | |
Data Structure namespace. | |