Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
phantomf4321 authored Dec 2, 2023
1 parent 204d23c commit a90a618
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
you can also see this project on our team's github organization
https://github.com/Discrete-optimization/weighted-vertex-cover
"""


from model import Model
from graph import Graph

Expand All @@ -26,4 +24,4 @@
m1.monitoring()

#using this function is optional.
G1.plot(G1.construct(), m1.get_model())
G1.plot(G1.construct(), m1.get_model())

0 comments on commit a90a618

Please sign in to comment.