IntersectionMatrix rt = ComputeImFactory.getInstance().getImComputer(p1, pg).getIM();
IntersectionMatrix rt2 = ComputeImFactory.getInstance().getImComputer(p2, pg).getIM();
assertTrue(rt.match(IntersectionMatrix.WithinsPattern));
assertFalse(rt2.match(IntersectionMatrix.WithinsPattern));
assertTrue(rt2.match(IntersectionMatrix.DisjointPattern));
}
@Test
public void testGetIM2() {