From 3ec8651a3e08906792412c108e15ef8110f35f98 Mon Sep 17 00:00:00 2001 From: Mahtwo <89837262+Mahtwo@users.noreply.github.com> Date: Wed, 4 May 2022 20:38:13 +0200 Subject: [PATCH] =?UTF-8?q?Enl=C3=A8ve=20Flickr=20de=20CompareDegeneration?= =?UTF-8?q?AndChromaticNumber?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GraphSharp/GraphSharp/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GraphSharp/GraphSharp/Program.cs b/GraphSharp/GraphSharp/Program.cs index 143db10..b6b00e2 100644 --- a/GraphSharp/GraphSharp/Program.cs +++ b/GraphSharp/GraphSharp/Program.cs @@ -390,7 +390,7 @@ static void CompareDegenerationAndChromaticNumber() List> comparaison = new List>(); foreach (string file in dataFiles) { - if (file != "UK-Domains") + if (file != "UK-Domains" && file != "Flickr") { // reset graph = new Dictionary>();