Search:
Roadmap
Tickets
Timeline
Browse Source
Login
API
Preferences
Home
News
Download
Features
Documentation
Support
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 15618
Timestamp:
01/16/18 15:43:25 (
7 years
ago)
Author:
rhanghof
Message:
#2817
:
The items can be rotated and tilted now.
Added pruning of extreme points in packed bins.
Added new packer which packs items by positioning them on the point with the minimum of wasted space. He uses rotating and tilting of items.
Added classes for sorting given items.
Location:
branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D
Files:
16 added
ExtremePointPruning
(added)
ExtremePointPruning/ExtremePointPruning.cs
(added)
ExtremePointPruning/ExtremePointPruningFactory.cs
(added)
ExtremePointPruning/IExtremePointPruning.cs
(added)
Instances/3D-TestLineProjection-container.txt
(added)
Packer/BinPackerMinRSLeft.cs
(added)
Sorting/IPackingItemClusteredSorter.cs
(added)
Sorting/IPackingItemSorter.cs
(added)
Sorting/PackingItemAreaHeightSorter.cs
(added)
Sorting/PackingItemClusterdHeightAreaSorter.cs
(added)
Sorting/PackingItemClusteredAreaHeightSorter.cs
(added)
Sorting/PackingItemGivenSorter.cs
(added)
Sorting/PackingItemHeightAreaSorter.cs
(added)
Sorting/PackingItemHeightVolumeSorter.cs
(added)
Sorting/PackingItemSorterFactory.cs
(added)
Sorting/PackingItemVolumeHeightSorter.cs
(added)
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive