protected override int[] GetNeighbor(int[] solution)
 {
     return(TwoSPUtils.GetNeighbor(Instance, solution));
 }