protected override Tuple <int, int> GetTabu(int[] current, int[] neighbor)
 {
     return(TwoSPUtils.GetTabu(current, neighbor));
 }