Skip to content

Commit

Permalink
add nx edmonds_karp even though find_min_cut never called
Browse files Browse the repository at this point in the history
  • Loading branch information
ohjuny committed Dec 12, 2024
1 parent 4a094f8 commit 723d80a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lowtime/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
from collections.abc import Generator

import networkx as nx
from networkx.algorithms.flow import edmonds_karp
from attrs import define, field

from lowtime.operation import Operation
Expand Down

0 comments on commit 723d80a

Please sign in to comment.