Changeset 14496 for branches/MemPRAlgorithm/HeuristicLab.Problems.Instances
- Timestamp:
- 12/16/16 17:10:05 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/MemPRAlgorithm/HeuristicLab.Problems.Instances/3.3/Types/GCPData.cs
r14471 r14496 48 48 public int[] BestKnownColoring { get; set; } 49 49 /// <summary> 50 /// Optional! The quality value of the <see cref="BestKnownColoring"/> 50 /// Optional! The least amount of colors that would not result in conflicts. 51 /// The amount of colors in <see cref="BestKnownColoring"/> if it is given as well. 51 52 /// </summary> 52 public double? BestKnownColors { get; set; }53 public int? BestKnownColors { get; set; } 53 54 } 54 55 }
Note: See TracChangeset
for help on using the changeset viewer.