Changeset 14153 for branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.2D/3.3/Interfaces
- Timestamp:
- 07/21/16 14:33:53 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.2D/3.3/Interfaces/IDecoder.cs
r14149 r14153 20 20 #endregion 21 21 22 using System.Collections;23 22 using System.Collections.Generic; 24 23 using HeuristicLab.Core; 25 using HeuristicLab.Encodings.PermutationEncoding;26 using HeuristicLab.Problems.BinPacking;27 24 28 25 namespace HeuristicLab.Problems.BinPacking2D {
Note: See TracChangeset
for help on using the changeset viewer.