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 f43c212 commit 5bcdc2cCopy full SHA for 5bcdc2c
stubs/networkx/networkx/algorithms/approximation/traveling_salesman.pyi
@@ -15,6 +15,7 @@ __all__ = [
15
"simulated_annealing_tsp",
16
"threshold_accepting_tsp",
17
]
18
+
19
_SupportsLenAndGetItemT = TypeVar("_SupportsLenAndGetItemT", bound=SupportsLenAndGetItem[Any])
20
21
def swap_two_nodes(soln: _SupportsLenAndGetItemT, seed) -> _SupportsLenAndGetItemT: ...
0 commit comments