Skip to content

Commit

Permalink
Enlève Flickr de CompareDegenerationAndChromaticNumber
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahtwo committed May 4, 2022
1 parent 38221ea commit 3ec8651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GraphSharp/GraphSharp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ static void CompareDegenerationAndChromaticNumber()
List<List<string>> comparaison = new List<List<string>>();
foreach (string file in dataFiles)
{
if (file != "UK-Domains")
if (file != "UK-Domains" && file != "Flickr")
{
// reset
graph = new Dictionary<int, List<int>>();
Expand Down

0 comments on commit 3ec8651

Please sign in to comment.