move <- list(element = "no.cmpt", from = 2, to = 3)
tabu_list <- data.frame(
elements = c("no.cmpt", "eta.vc"),
elements.value = c(3, 1),
tabu.iteration.left = c(2, 1)
)
is_move_tabu(move, tabu_list)
Run the code above in your browser using DataLab