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...
#include <tabu_list.hpp>
 
  
 | Public Member Functions | |
| tabu_list_remember_solution_and_move (unsigned size) | |
| constructor  More... | |
| bool | is_tabu (Solution s, Move move) const | 
| is_tabu redirects work to base class  More... | |
| void | accept (Solution &s, const Move &move) | 
| accept redirects work to base class  More... | |
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.
| Solution | |
| Move | 
Definition at line 96 of file tabu_list.hpp.
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
is_tabu redirects work to base class
| s | |
| move | 
Definition at line 116 of file tabu_list.hpp.
 1.8.5
 1.8.5