Skip to content

Commit

Permalink
more ideas
Browse files Browse the repository at this point in the history
  • Loading branch information
ntalluri committed Dec 29, 2023
1 parent 040be36 commit 472ba79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minCostFlow.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import argparse
from ortools.graph.python.min_cost_flow import SimpleMinCostFlow

# global dict for edge, directionality
# global dict for edge, directionality or adjacney matrix

def parse_nodes(node_file):
''' Parse a list of sources or targets and return a set '''
Expand Down

0 comments on commit 472ba79

Please sign in to comment.