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/3.3/Evaluators/PackingPlanEvaluationAlgorithm.cs

    r14045 r14046  
    2121
    2222using System;
    23 using HeuristicLab.Problems.BinPacking.Interfaces;
    2423using HeuristicLab.Operators;
    2524using HeuristicLab.Core;
     
    2827using HeuristicLab.Data;
    2928using HeuristicLab.Parameters;
    30 using HeuristicLab.Problems.BinPacking.Shapes;
    3129
    32 namespace HeuristicLab.Problems.BinPacking.Evaluators {
     30
     31namespace HeuristicLab.Problems.BinPacking {
    3332  [Item("Packingplan Evaluation Algorithm", "Represents a composition of a decoder and an evaluator for bin-packing problems.")]
    3433  [StorableClass]
Note: See TracChangeset for help on using the changeset viewer.