diff --git a/main.py b/main.py index f9e6bcb..ed5d538 100644 --- a/main.py +++ b/main.py @@ -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 @@ -26,4 +24,4 @@ m1.monitoring() #using this function is optional. -G1.plot(G1.construct(), m1.get_model()) \ No newline at end of file +G1.plot(G1.construct(), m1.get_model())