Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/12/16 19:34:31 (8 years ago)
Author:
gkronber
Message:

#1966: unified namespaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.3D/3.3/PackingRatioCuboidIdenticalBinEvaluator.cs

    r14045 r14046  
    2323using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2424using HeuristicLab.Common;
    25 using HeuristicLab.Problems.BinPacking.Dimensions;
     25using HeuristicLab.Problems.BinPacking;
    2626
    27 using HeuristicLab.Problems.BinPacking.PackingItem;
    28 using HeuristicLab.Problems.BinPacking.Shapes;
    29 
    30 namespace HeuristicLab.Problems.BinPacking.Evaluators {
     27namespace HeuristicLab.Problems.BinPacking3D {
    3128  [Item("Packing-Ratio Cuboid Identical-Bin Evaluator", "Represents an evaluation-algorithm for cuboid-shaped bin-packing problems with identical bins which calculates the ratio between packed and unpacked space. Found in Falkenauer:1996")]
    3229  [StorableClass]
Note: See TracChangeset for help on using the changeset viewer.