Ejemplo n.º 1
0
 public void RemoveSolutionsAtIndex(sbyte solution, int index)
 {
     var reduced = _SolutionDictionary.RemoveSolutionsAtIndex(solution, index);
 }