Changeset 17777 for addons/HeuristicLab.Problems.BioBoost/HeuristicLab.Problems.BioBoost/3.3/ProblemDescription/NeighborhoodTable.cs
- Timestamp:
- 10/23/20 11:08:00 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
addons/HeuristicLab.Problems.BioBoost/HeuristicLab.Problems.BioBoost/3.3/ProblemDescription/NeighborhoodTable.cs
r16575 r17777 35 35 public class NeighborhoodTable : Item, IStringConvertibleMatrix { 36 36 37 [StorableType("5830CD54-E24F-4194-AED0-95EB5C14C7F8")] 37 38 public struct Key : IComparable<Key> { 38 39 public Key(int id, int degree) {
Note: See TracChangeset
for help on using the changeset viewer.