Changeset 13032 for branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking/3.3/MoveEvaluators/PackingMoveEvaluator2DMCV.cs
- Timestamp:
- 10/19/15 14:30:01 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking/3.3/MoveEvaluators/PackingMoveEvaluator2DMCV.cs
r9495 r13032 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 2Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2015 Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 22 22 using HeuristicLab.Common; 23 23 using HeuristicLab.Core; 24 using HeuristicLab.Data;25 using HeuristicLab.Encodings.IntegerVectorEncoding;26 using HeuristicLab.Encodings.PackingEncoding.GroupingVector;27 24 using HeuristicLab.Optimization; 28 using HeuristicLab.Parameters;29 25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 30 using HeuristicLab.Problems.BinPacking.Decoders;31 26 using HeuristicLab.Problems.BinPacking.Dimensions; 32 using HeuristicLab.Problems.BinPacking.Evaluators;33 27 using HeuristicLab.Problems.BinPacking.Interfaces; 34 28 using HeuristicLab.Problems.BinPacking.PackingBin;
Note: See TracChangeset
for help on using the changeset viewer.