Changeset 10860 for trunk/sources
- Timestamp:
- 05/19/14 16:23:58 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.VehicleRouting/3.4/VehicleRoutingProblem.cs
r10651 r10860 365 365 Name = instance.Name; 366 366 Description = instance.Description; 367 368 BestKnownQuality = null; 369 BestKnownSolution = null; 370 367 371 if (ProblemInstance != null && instance.ProblemInstance != null && 368 372 instance.ProblemInstance.GetType() == ProblemInstance.GetType()) … … 372 376 373 377 OnReset(); 374 BestKnownQuality = null;375 BestKnownSolution = null;376 378 377 379 if (instance.BestKnownQuality != null) {
Note: See TracChangeset
for help on using the changeset viewer.