Changeset 6471 for trunk/sources/HeuristicLab.Optimization/3.3
- Timestamp:
- 06/22/11 17:16:45 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization/3.3/BatchRun.cs
r5445 r6471 220 220 if (clearRuns) runs.Clear(); 221 221 Optimizer.Prepare(clearRuns); 222 } else { 223 ExecutionState = ExecutionState.Stopped; 222 224 } 223 225 }
Note: See TracChangeset
for help on using the changeset viewer.