In AutoSegment::canMoveUp(), increase to 2 the added penalty under FlexLib.

This commit is contained in:
Jean-Paul Chaput 2021-04-24 12:55:47 +02:00
parent decc4745d2
commit 79f5b3db08
1 changed files with 1 additions and 1 deletions

View File

@ -2104,7 +2104,7 @@ namespace Anabatic {
cdebug_log(159,0) << "AutoSegment::canMoveUp() " << flags
<< " (reserve:" << reserve << ") " << this << endl;
if (Session::getRoutingGauge()->getName() == "FlexLib")
reserve += 1.0;
reserve += 2.0;
bool nLowDensity = true;
bool nLowUpDensity = true;