Beispiel #1
0
 public bool HasAll(ChunkSolutionRect other)
 {
     return(other.Exists(this.Row, this.Col) && other.Exists(this.Row, this.RightCol) && other.Exists(this.BottomRow, this.Col) && other.Exists(this.BottomRow, this.RightCol));
 }