Beispiel #1
0
        public void InSameCellTest()
        {
            Partition p = new Partition(new int[][] { new[] { 0, 2 }, new[] { 1, 3 } });

            Assert.IsTrue(p.InSameCell(1, 3));
        }