Changeset 16477 for branches/2520_PersistenceReintegration/HeuristicLab.Problems.Scheduling/3.3/Decoders
- Timestamp:
- 01/02/19 10:02:21 (6 years ago)
- Location:
- branches/2520_PersistenceReintegration/HeuristicLab.Problems.Scheduling/3.3/Decoders
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2520_PersistenceReintegration/HeuristicLab.Problems.Scheduling/3.3/Decoders/JSMDecodingErrorPolicyTypes.cs
r16453 r16477 1 #region License Information 1 using HEAL.Fossil; 2 #region License Information 2 3 /* HeuristicLab 3 4 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) … … 21 22 22 23 namespace HeuristicLab.Problems.Scheduling { 24 [StorableType("546CD984-4CBF-4AF8-8E92-C9EDC5426CB4")] 23 25 public enum JSMDecodingErrorPolicyTypes { 24 26 RandomPolicy, -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.Scheduling/3.3/Decoders/JSMForcingStrategyTypes.cs
r16453 r16477 1 #region License Information 1 using HEAL.Fossil; 2 #region License Information 2 3 /* HeuristicLab 3 4 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) … … 21 22 22 23 namespace HeuristicLab.Problems.Scheduling { 24 [StorableType("24F9DDB2-C881-4C8D-AED8-76683C53110C")] 23 25 public enum JSMForcingStrategyTypes { 24 26 ShiftForcing,
Note: See TracChangeset
for help on using the changeset viewer.