Skip to content

Commit a90a618

Browse files
authored
Update main.py
1 parent 204d23c commit a90a618

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

main.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
you can also see this project on our team's github organization
44
https://github.com/Discrete-optimization/weighted-vertex-cover
55
"""
6-
7-
86
from model import Model
97
from graph import Graph
108

@@ -26,4 +24,4 @@
2624
m1.monitoring()
2725

2826
#using this function is optional.
29-
G1.plot(G1.construct(), m1.get_model())
27+
G1.plot(G1.construct(), m1.get_model())

0 commit comments

Comments
 (0)