- Timestamp:
- 03/01/12 15:15:22 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP/UnitTests/CordeauGQAPInstanceProviderTest.cs
r7505 r7538 36 36 foreach (var id in target.GetInstanceDescriptors()) { 37 37 try { 38 target. GetInstance(id);38 target.LoadInstance(id); 39 39 } catch (Exception ex) { 40 40 erroneousInstances.AppendLine(id.Name + ": " + ex.Message);
Note: See TracChangeset
for help on using the changeset viewer.