# # ChangeLog for trunk/sources/HeuristicLab.Problems.GraphColoring # # Generated by Trac 1.0.12 # 04/27/24 23:21:52 Sun, 09 Jul 2017 11:59:36 GMT abeham [15172] * trunk/sources/HeuristicLab.Problems.GraphColoring/3.3/GraphColoringProblem.cs (modified) * trunk/sources/HeuristicLab.Problems.GraphColoring/3.3/HeuristicLab.Problems.GraphColoring-3.3.csproj (modified) * trunk/sources/HeuristicLab.Problems.Instances.DIMACS/3.3/GcolInstanceProvider.cs (modified) * trunk/sources/HeuristicLab.Problems.Instances.DIMACS/3.3/GcolParser.cs (added) * trunk/sources/HeuristicLab.Problems.Instances.DIMACS/3.3/HeuristicLab.Problems.Instances.DIMACS-3.3.csproj (modified) * trunk/sources/HeuristicLab.Problems.Instances.DIMACS/3.3/Parser.cs (deleted) * trunk/sources/HeuristicLab.Tests/HeuristicLab.Problems.Instances-3.3/DIMACSGcolInstanceProviderTest.cs (added) * trunk/sources/HeuristicLab.Tests/HeuristicLab.Tests.csproj (modified) #2736: * Implemented review comments * I had to restructure the ... Sat, 24 Jun 2017 19:54:21 GMT abeham [15050] * trunk/sources/HeuristicLab 3.3.sln (modified) * trunk/sources/HeuristicLab.Problems.GraphColoring (added) * trunk/sources/HeuristicLab.Problems.GraphColoring/3.3 (added) * trunk/sources/HeuristicLab.Problems.GraphColoring/3.3/GraphColoringProblem.cs (added) * trunk/sources/HeuristicLab.Problems.GraphColoring/3.3/HeuristicLab.Problems.GraphColoring-3.3.csproj (added) * trunk/sources/HeuristicLab.Problems.GraphColoring/3.3/HeuristicLab.snk (added) * trunk/sources/HeuristicLab.Problems.GraphColoring/3.3/Plugin.cs.frame (added) * trunk/sources/HeuristicLab.Problems.GraphColoring/3.3/Properties (added) * trunk/sources/HeuristicLab.Problems.GraphColoring/3.3/Properties/AssemblyInfo.cs.frame (added) * trunk/sources/HeuristicLab.Problems.Instances.DIMACS (added) * trunk/sources/HeuristicLab.Problems.Instances.DIMACS/3.3 (added) * trunk/sources/HeuristicLab.Problems.Instances.DIMACS/3.3/Data (added) * trunk/sources/HeuristicLab.Problems.Instances.DIMACS/3.3/Data/col.zip (added) * trunk/sources/HeuristicLab.Problems.Instances.DIMACS/3.3/GcolDataDescriptor.cs (added) * trunk/sources/HeuristicLab.Problems.Instances.DIMACS/3.3/GcolInstanceProvider.cs (added) * trunk/sources/HeuristicLab.Problems.Instances.DIMACS/3.3/HeuristicLab.Problems.Instances.DIMACS-3.3.csproj (added) * trunk/sources/HeuristicLab.Problems.Instances.DIMACS/3.3/HeuristicLab.snk (added) * trunk/sources/HeuristicLab.Problems.Instances.DIMACS/3.3/Parser.cs (added) * trunk/sources/HeuristicLab.Problems.Instances.DIMACS/3.3/Plugin.cs.frame (added) * trunk/sources/HeuristicLab.Problems.Instances.DIMACS/3.3/Properties (added) * trunk/sources/HeuristicLab.Problems.Instances.DIMACS/3.3/Properties/AssemblyInfo.cs.frame (added) * trunk/sources/HeuristicLab.Problems.Instances/3.3/HeuristicLab.Problems.Instances-3.3.csproj (modified) * trunk/sources/HeuristicLab.Problems.Instances/3.3/Types/GCPData.cs (added) #2736: * Integrated graph coloring (GCP) into trunk * Additional ...