Changeset 7482 for branches/GeneralizedQAP/HeuristicLab.Problems.Instances/3.3/IProblemInstanceProvider.cs
- Timestamp:
- 02/17/12 21:23:36 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP/HeuristicLab.Problems.Instances/3.3/IProblemInstanceProvider.cs
r7466 r7482 28 28 string Name { get; } 29 29 string Description { get; } 30 Uri Link { get; } 30 Uri WebLink { get; } 31 string ReferencePublication { get; } 31 32 32 33 bool ConsumerCanBeFed { get; }
Note: See TracChangeset
for help on using the changeset viewer.