Skip to content

Commit

Permalink
Type hinting
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickOHara committed Apr 7, 2022
1 parent 36893fa commit ad06424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tspwplib/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ def prize_from_weighted_edges(

def split_edge_cost(
edge_cost: EdgeFunction, to_split: LookupToSplit
) -> Dict[Edge, float]:
) -> Dict[Edge, int]:
"""Assign half the cost of the original edge to each of the split edges.
Args:
Expand Down

0 comments on commit ad06424

Please sign in to comment.