coriolis/katabatic
Jean-Paul Chaput c44c6b13f3 Adjust Katana event sort. CMake detection of Python 2.7 only.
* Change: In all top CMakeLists.txt, force the use of Python 2.7 as
    we do not compile against 3.x flavors. Do not use the "EXACT"
    flags as it will not recognize 2.7.x versions.
* Change: In Katana::RoutingEvent::Key::Compare(), preliminary
    experiments shows that the best sorting order is:
      - Lower layer first (i.e. M2 -> M3 -> M4 -> ... )
      - Longer segments first.
      The later seems to be counter-intuitive. Guess is that placing
    the small ones first generate a more important fragmentation of
    the big ones. They are placed too early and are difficult to move
    afterwards.
      Another feature to test is *not* inserting pushed left/right
    segments if they are not *already* routed.
* Change: In PyKatanaEngine.runNegociate() now takes a flag argument,
    provided through the new PyKatanaFlags exported object.
    (doChip.py must be changed accordingly)
2017-05-11 17:26:56 +02:00
..
cmake_modules * All tools: 2010-05-19 14:31:08 +00:00
doc Update copyright to 2016 for Knik, Katabatic & Kite. 2016-03-06 12:36:18 +01:00
src Apaired segments building for symmetric routing (step 1). 2017-03-12 19:34:12 +01:00
CMakeLists.txt Adjust Katana event sort. CMake detection of Python 2.7 only. 2017-05-11 17:26:56 +02:00