Changeset 16559 for branches/2520_PersistenceReintegration/HeuristicLab.Problems.BinPacking/3.3/Interfaces
- Timestamp:
- 01/25/19 18:27:21 (6 years ago)
- Location:
- branches/2520_PersistenceReintegration/HeuristicLab.Problems.BinPacking/3.3/Interfaces
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2520_PersistenceReintegration/HeuristicLab.Problems.BinPacking/3.3/Interfaces/IPackingItem.cs
r16476 r16559 1 using HEAL. Fossil;1 using HEAL.Attic; 2 2 #region License Information 3 3 /* HeuristicLab -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.BinPacking/3.3/Interfaces/IPackingPosition.cs
r16476 r16559 21 21 22 22 using HeuristicLab.Core; 23 using HEAL. Fossil;23 using HEAL.Attic; 24 24 25 25 namespace HeuristicLab.Problems.BinPacking { -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.BinPacking/3.3/Interfaces/IPackingShape.cs
r16476 r16559 22 22 using System; 23 23 using HeuristicLab.Core; 24 using HEAL. Fossil;24 using HEAL.Attic; 25 25 26 26 namespace HeuristicLab.Problems.BinPacking {
Note: See TracChangeset
for help on using the changeset viewer.