- Timestamp:
- 05/30/12 16:55:46 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/GQAPAssignmentArchive.cs
r7432 r7935 29 29 [Item("GQAPAssignmentArchive", "Stores the pareto front of assignments.")] 30 30 [StorableClass] 31 public class GQAPAssignmentArchive : Item, INotifyPropertyChanged {31 public sealed class GQAPAssignmentArchive : Item, INotifyPropertyChanged { 32 32 33 33 [Storable]
Note: See TracChangeset
for help on using the changeset viewer.