From a90a61847adaa9a2b8fb850ed37ac2c90bcb77ff Mon Sep 17 00:00:00 2001 From: Sajjad Ranjbar Date: Sat, 2 Dec 2023 19:22:54 +0330 Subject: [PATCH] Update main.py --- main.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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())