This Tabu list remember some number of last moves. More...
#include <tabu_list.hpp>
Public Member Functions | |
| tabu_list_remember_move (unsigned size) | |
| tabu_list_remember_move constructor More... | |
| template<typename Solution > | |
| bool | is_tabu (const Solution &, Move move) const |
| is tabu member function More... | |
| template<typename Solution > | |
| void | accept (const Solution &, Move move) |
| accept member function More... | |
This Tabu list remember some number of last moves.
| Move |
Definition at line 31 of file tabu_list.hpp.
|
inline |
|
inline |
accept member function
| Solution |
| move |
Definition at line 60 of file tabu_list.hpp.
|
inline |
is tabu member function
| Solution |
| move |
Definition at line 50 of file tabu_list.hpp.
1.8.5