Changeset 16889
- Timestamp:
- 05/03/19 12:38:50 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2931_OR-Tools_LP_MIP/HeuristicLab.ExactOptimization/3.3/LinearProgramming/Algorithms/Solvers/Base/IncrementalLinearSolver.cs
r16736 r16889 88 88 public override void Reset() { 89 89 base.Reset(); 90 stopwatch.Reset();91 90 executionTime = TimeSpan.Zero; 92 91 } … … 114 113 return; 115 114 116 stopwatch. Start();115 stopwatch.Restart(); 117 116 Solve(problemDefinition, results, IntermediateTimeLimit); 118 117 stopwatch.Stop();
Note: See TracChangeset
for help on using the changeset viewer.