Changeset 9440 for branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/Shapes
- Timestamp:
- 05/04/13 17:51:14 (12 years ago)
- Location:
- branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/Shapes
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/Shapes/CuboidPackingItemView.cs
r9348 r9440 3 3 using HeuristicLab.Core.Views; 4 4 using HeuristicLab.MainForm; 5 using HeuristicLab. Problems.BinPacking.PackingPlans;5 using HeuristicLab.Encodings.PackingEncoding.PackingPlan; 6 6 using HeuristicLab.Problems.BinPacking.Interfaces; 7 7 using HeuristicLab.Problems.BinPacking.Shapes; -
branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/Shapes/CuboidPackingShapeView.cs
r9348 r9440 3 3 using HeuristicLab.Core.Views; 4 4 using HeuristicLab.MainForm; 5 using HeuristicLab. Problems.BinPacking.PackingPlans;5 using HeuristicLab.Encodings.PackingEncoding.PackingPlan; 6 6 using HeuristicLab.Problems.BinPacking.Interfaces; 7 7 using HeuristicLab.Problems.BinPacking.Shapes; -
branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/Shapes/RectangularPackingItemView.cs
r9348 r9440 3 3 using HeuristicLab.Core.Views; 4 4 using HeuristicLab.MainForm; 5 using HeuristicLab. Problems.BinPacking.PackingPlans;5 using HeuristicLab.Encodings.PackingEncoding.PackingPlan; 6 6 using HeuristicLab.Problems.BinPacking.Interfaces; 7 7 using HeuristicLab.Problems.BinPacking.PackingItem; -
branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/Shapes/RectangularPackingShapeView.cs
r9348 r9440 3 3 using HeuristicLab.Core.Views; 4 4 using HeuristicLab.MainForm; 5 using HeuristicLab. Problems.BinPacking.PackingPlans;5 using HeuristicLab.Encodings.PackingEncoding.PackingPlan; 6 6 using HeuristicLab.Problems.BinPacking.Interfaces; 7 7 using HeuristicLab.Problems.BinPacking.Shapes;
Note: See TracChangeset
for help on using the changeset viewer.