Skip to content

Commit

Permalink
add deque to solver, 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 e41933e commit 4a094f8
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 @@ -19,6 +19,7 @@

import sys
import logging
from collections import deque
from collections.abc import Generator

import networkx as nx
Expand Down

0 comments on commit 4a094f8

Please sign in to comment.