]> granicus.if.org Git - graphviz/commit
Move maxiter check after the feasible_tree() call.
authorRob Hart <robhart@google.com>
Tue, 8 Dec 2020 13:01:24 +0000 (05:01 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 19 Feb 2022 02:07:44 +0000 (18:07 -0800)
commit1b0f840a51d902f209089ece4bf8184cc99af052
tree0f783951d1c69894b03e5c7fe2dd354414d91080
parentd102943adc2f5f83bf855a1506efc4e64e048ac4
Move maxiter check after the feasible_tree() call.

Edit from Matt: changelog entry and un-xfailed the test case.

Quoting the description of MR !1688 if it ever ends up lost to the sands of
time:

  If `nslimit1` is zero, then `rank2` is called with `maxiter=0`. It is likely
  the intent here is to at least compute and return an initial feasible solution
  (though not running any network simplex iterations).

Gitlab: fixes #1902

Co-authored-by: Matthew Fernandez <matthew.fernandez@gmail.com>
CHANGELOG.md
lib/common/ns.c
rtest/test_regression.py