Skip to content

Commit

Permalink
🎨 pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 22, 2024
1 parent 8705981 commit e66e75e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/Karp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ This method sets up and optionally solves the graph coloring problem for a given
# Solve graph coloring for 2 colors
solution = KarpGraphs.graph_coloring(
input_data=G,
num_colors=2,
solve=True,
visualize=True
input_data=G, num_colors=2, solve=True, visualize=True
)
print(solution)
Expand Down

0 comments on commit e66e75e

Please sign in to comment.