- Timestamp:
- 02/23/17 14:30:23 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PerformanceComparison/ProblemInstanceIdentifier/InstanceExplorer.cs
r14691 r14696 96 96 if (memPr.Context.RelinkedPaths.IsEmpty 97 97 || IncludeLocalSearch && memPr.Context.LocalSearchPaths.IsEmpty) { 98 Console.Write ("{0} not all paths present!", problem.Name);98 Console.WriteLine("{0} not all paths present!", problem.Name); 99 99 return null; 100 100 };
Note: See TracChangeset
for help on using the changeset viewer.