Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/19/15 14:30:01 (8 years ago)
Author:
gkronber
Message:

#1966:

  • removed unused using
  • added/updated license headers
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking/3.3/Encodings/PackingPlans/BinPacking.cs

    r9599 r13032  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2015 Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    2020#endregion
    2121
    22 using System;
    2322using System.Collections.Generic;
    2423using System.Linq;
    25 using System.Text;
    2624using HeuristicLab.Problems.BinPacking.Interfaces;
    27 using HeuristicLab.Problems.BinPacking.PackingItem;
    2825using HeuristicLab.Problems.BinPacking.Shapes;
    2926using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    3027using HeuristicLab.Core;
    3128using HeuristicLab.Common;
    32 using HeuristicLab.Parameters;
    33 using HeuristicLab.Data;
    3429using HeuristicLab.Collections;
    35 using HeuristicLab.Problems.BinPacking.Dimensions;
    36 using HeuristicLab.Problems.BinPacking.PackingBin;
    3730
    3831namespace HeuristicLab.Encodings.PackingEncoding.PackingPlan {
Note: See TracChangeset for help on using the changeset viewer.