# # ChangeLog for branches/2870_AutoDiff-nuget/HeuristicLab.Problems.Instances/3.3/HeuristicLab.Problems.Instances-3.3.csproj # # Generated by Trac 1.0.12 # 09/16/24 02:48:49 Thu, 25 Jan 2018 09:24:22 GMT gkronber [15653] * branches/2870_AutoDiff-nuget (copied) Created a branch for #2870 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 ...