- Timestamp:
- 05/13/19 15:21:54 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Problems.GraphColoring/3.3/GraphColoringProblem.cs
r16808 r16948 39 39 [Creatable(CreatableAttribute.Categories.CombinatorialProblems, Priority = 135)] 40 40 [StorableType("007BD5F0-196C-4045-AC5D-BF287927C3DC")] 41 public sealed class GraphColoringProblem : SingleObjectiveProblem<LinearLinkageEncoding, LinearLinkage>,41 public sealed class GraphColoringProblem : LinearLinkageProblem, 42 42 IProblemInstanceConsumer<GCPData>, IProblemInstanceExporter<GCPData> { 43 43
Note: See TracChangeset
for help on using the changeset viewer.