coriolis/unittests/python
Jean-Paul Chaput 52fd1c1c40 Add vertical rectangles partionning to Rectilinear.
* New: Rectilinear::asRectangles(), decompose the Rectilinear into a
    set of non-overlapping rectangles sliced vertically.
      This not a mathematical minimum set. But should be speedier.
      Done using a sweepline processing the vertical edges.
      Specially suited for use in the extractor which basically
    manage only rectangles.
      Simple algorithm described in pp. 9-11 of Extractor notebook.
      Tests done with unitests/python/test_rectilinear.py, the
    Rectilinear here should cover all the sweepline cases.
2023-05-03 17:08:57 +02:00
..
__init__.py Migration towards Python 3, stage 2: C++ template wrapper ready. 2021-09-25 17:03:14 +02:00
overlay.py Migration towards Python 3, stage 2: C++ template wrapper ready. 2021-09-25 17:03:14 +02:00
technology.py Migration towards Python 3, stage 2: C++ template wrapper ready. 2021-09-25 17:03:14 +02:00
test_cfg.py Migration towards Python 3, stage 2: C++ template wrapper ready. 2021-09-25 17:03:14 +02:00
test_hurricane.py Migration towards Python 3, stage 2: C++ template wrapper ready. 2021-09-25 17:03:14 +02:00
test_rectilinear.py Add vertical rectangles partionning to Rectilinear. 2023-05-03 17:08:57 +02:00