Changeset 16373 for branches/2931_OR-Tools_LP_MIP/HeuristicLab.Core/3.3
- Timestamp:
- 12/12/18 14:23:45 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2931_OR-Tools_LP_MIP/HeuristicLab.Core/3.3/Attributes/CreatableAttribute.cs
r15583 r16373 35 35 public const string PopulationBasedAlgorithms = Algorithms + SplitToken + "1" + OrderToken + "Population Based"; 36 36 public const string SingleSolutionAlgorithms = Algorithms + SplitToken + "2" + OrderToken + "Single Solution"; 37 public const string ExactAlgorithms = Algorithms + SplitToken + "3" + OrderToken + "Exact"; 37 38 38 39 public const string Problems = "2" + OrderToken + "Problems";
Note: See TracChangeset
for help on using the changeset viewer.