Changeset 16891 for branches/2931_OR-Tools_LP_MIP/HeuristicLab.ExactOptimization/3.3/LinearProgramming/Problems/LinearProblem.cs
- Timestamp:
- 05/03/19 17:34:13 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2931_OR-Tools_LP_MIP/HeuristicLab.ExactOptimization/3.3/LinearProgramming/Problems/LinearProblem.cs
r16736 r16891 137 137 138 138 if (!exportSuccessful) 139 throw new InvalidDataException("Model could not be exported."); 139 throw new InvalidOperationException($"Model could not be exported. " + 140 $"For details, see the log files in '{LinearSolver.LogDirectory}'."); 140 141 } 141 142
Note: See TracChangeset
for help on using the changeset viewer.