- Timestamp:
- 07/23/19 21:39:31 (5 years ago)
- Location:
- stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
-
stable/HeuristicLab.ExactOptimization/3.3/LinearProgramming/Problems/ILinearProblemDefinition.cs
r16582 r17173 21 21 22 22 using Google.OrTools.LinearSolver; 23 using HEAL.Attic; 23 24 using HeuristicLab.Core; 24 25 using HeuristicLab.Optimization; … … 26 27 namespace HeuristicLab.ExactOptimization.LinearProgramming { 27 28 29 [StorableType("4C6CEA85-0197-4A92-A969-C2F964F56388")] 28 30 public interface ILinearProblemDefinition : IItem { 29 31
Note: See TracChangeset
for help on using the changeset viewer.