We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26380cc commit e6af24cCopy full SHA for e6af24c
doc/src/vpr/command_line_usage.rst
@@ -1165,7 +1165,9 @@ VPR uses a negotiated congestion algorithm (based on Pathfinder) to perform rout
1165
1166
.. option:: --max_pres_fac <float>
1167
1168
- Sets the maximum present overuse penalty factor.
+ Sets the maximum present overuse penalty factor that can ever result during routing. Should always be less than 1e25 or so to prevent overflow.
1169
+ Smaller values may help prevent circuitous routing in difficult routing problems, but may increase
1170
+ the number of routing iterations needed and hence runtime.
1171
1172
**Default:** ``1000.0``
1173
0 commit comments