Changeset 14046 for branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.2D/3.3/Interfaces
- Timestamp:
- 07/12/16 19:34:31 (8 years ago)
- Location:
- branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.2D/3.3/Interfaces
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.2D/3.3/Interfaces/I2DGVDecoder.cs
r13606 r14046 22 22 23 23 using HeuristicLab.Core; 24 using HeuristicLab.Problems.BinPacking; 24 25 25 namespace HeuristicLab.Problems.BinPacking .Interfaces{26 namespace HeuristicLab.Problems.BinPacking2D { 26 27 public interface I2DGVDecoder : IOperator, IPackingSolutionDecoder { 27 28 } -
branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.2D/3.3/Interfaces/I2DMCVDecoder.cs
r13606 r14046 21 21 22 22 using HeuristicLab.Core; 23 using HeuristicLab.Problems.BinPacking; 23 24 24 namespace HeuristicLab.Problems.BinPacking .Interfaces{25 namespace HeuristicLab.Problems.BinPacking2D { 25 26 public interface I2DMCVDecoder : IOperator, IPackingSolutionDecoder { 26 27 } -
branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.2D/3.3/Interfaces/I2DOperator.cs
r13607 r14046 20 20 #endregion 21 21 22 namespace HeuristicLab.Problems.BinPacking2D .Interfaces{22 namespace HeuristicLab.Problems.BinPacking2D { 23 23 public interface I2DOperator { 24 24 } -
branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.2D/3.3/Interfaces/I2DPSDecoder.cs
r13606 r14046 21 21 22 22 using HeuristicLab.Core; 23 using HeuristicLab.Problems.BinPacking; 23 24 24 namespace HeuristicLab.Problems.BinPacking .Interfaces{25 namespace HeuristicLab.Problems.BinPacking2D { 25 26 public interface I2DPSDecoder : IOperator, IPackingSolutionDecoder { 26 27 }
Note: See TracChangeset
for help on using the changeset viewer.