Changeset 17117 for stable/HeuristicLab.Core/3.3/Attributes
- Timestamp:
- 07/08/19 15:52:20 (6 years ago)
- Location:
- stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
-
stable/HeuristicLab.Core
- Property svn:mergeinfo changed
/branches/2931_OR-Tools_LP_MIP/HeuristicLab.Core (added) merged: 16373 /trunk/HeuristicLab.Core merged: 16910
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Core/3.3/Attributes/CreatableAttribute.cs
r17097 r17117 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.