- Timestamp:
- 02/03/12 16:19:24 (13 years ago)
- Location:
- branches/GeneralizedQAP/HeuristicLab.Problems.Instances/3.3/Instances
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP/HeuristicLab.Problems.Instances/3.3/Instances/ICTAPInstance.cs
r7443 r7445 55 55 /// Optional! The quality value of the <see cref="BestKnownAssignment"/> 56 56 /// </summary> 57 double BestKnownQuality { get; }57 double? BestKnownQuality { get; } 58 58 } 59 59 } -
branches/GeneralizedQAP/HeuristicLab.Problems.Instances/3.3/Instances/IQAPInstance.cs
r7443 r7445 47 47 /// Optional! The quality value of the <see cref="BestKnownAssignment"/> 48 48 /// </summary> 49 double BestKnownQuality { get; }49 double? BestKnownQuality { get; } 50 50 } 51 51 }
Note: See TracChangeset
for help on using the changeset viewer.