Changeset 17181 for stable/HeuristicLab.Problems.BinPacking
- Timestamp:
- 07/31/19 00:23:22 (5 years ago)
- Location:
- stable
- Files:
-
- 65 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
-
stable/HeuristicLab.Problems.BinPacking
- Property svn:mergeinfo changed
/trunk/HeuristicLab.Problems.BinPacking merged: 17180
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.BinPacking/3.3/2D/BinPacking2D.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/2D/Evaluators/BinUtilizationEvaluator.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/2D/Evaluators/PackingRatioEvaluator.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/2D/Instances/BPPData.cs
r15584 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/2D/Instances/RandomDataDescriptor.cs
r15584 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/2D/Instances/RandomInstanceProvider.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2019Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/2D/IntegerVectorEncoding/BottomLeftIntegerVectorDecoder.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/2D/IntegerVectorEncoding/ExtremePointIntegerVectorDecoder.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/2D/IntegerVectorEncoding/IntegerVectorDecoderBase.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/2D/IntegerVectorEncoding/IntegerVectorProblem.cs
r17097 r17181 2 2 3 3 /* HeuristicLab 4 * Copyright (C) 2002-2019Heuristic and Evolutionary Algorithms Laboratory (HEAL)4 * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL) 5 5 * 6 6 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/2D/Interfaces/IDecoder.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/2D/Interfaces/IEvaluator.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/2D/Interfaces/IOperator.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/2D/MoveEvaluatorBase.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/2D/PackingItem.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/2D/PackingPosition.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/2D/PackingShape.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/2D/PermutationEncoding/BottomLeftPermutationDecoder.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/2D/PermutationEncoding/ExtremePointPermutationDecoder.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/2D/PermutationEncoding/PermutationProblem.cs
r17097 r17181 2 2 3 3 /* HeuristicLab 4 * Copyright (C) 2002-2019Heuristic and Evolutionary Algorithms Laboratory (HEAL)4 * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL) 5 5 * 6 6 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/2D/PermutationEncoding/Swap2MoveEvaluator.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/2D/PermutationEncoding/TranslocationMoveEvaluator.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/2D/ProblemBase.cs
r17097 r17181 2 2 3 3 /* HeuristicLab 4 * Copyright (C) 2002-2019Heuristic and Evolutionary Algorithms Laboratory (HEAL)4 * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL) 5 5 * 6 6 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/2D/Solution.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/3D/BinPacking3D.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/3D/Evaluators/BinUtilizationEvaluator.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/3D/Evaluators/PackingRatioEvaluator.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/BPPData.cs
r15584 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/RandomDataDescriptor.cs
r15584 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/RandomInstanceProvider.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2019Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/RealWorldContainerPackingInstanceProvider.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2019Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/ThreeDInstanceDescriptor.cs
r17097 r17181 2 2 3 3 /* HeuristicLab 4 * Copyright (C) 2002-2019Heuristic and Evolutionary Algorithms Laboratory (HEAL)4 * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL) 5 5 * 6 6 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/ThreeDInstanceParser.cs
r17097 r17181 2 2 3 3 /* HeuristicLab 4 * Copyright (C) 2002-2019Heuristic and Evolutionary Algorithms Laboratory (HEAL)4 * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL) 5 5 * 6 6 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/3D/IntegerVectorEncoding/BottomLeftIntegerVectorDecoder.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/3D/IntegerVectorEncoding/ExtremePointIntegerVectorDecoder.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/3D/IntegerVectorEncoding/IntegerVectorDecoderBase.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/3D/IntegerVectorEncoding/IntegerVectorProblem.cs
r17097 r17181 2 2 3 3 /* HeuristicLab 4 * Copyright (C) 2002-2019Heuristic and Evolutionary Algorithms Laboratory (HEAL)4 * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL) 5 5 * 6 6 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/3D/Interfaces/IDecoder.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/3D/Interfaces/IEvaluator.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/3D/Interfaces/IOperator.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/3D/MoveEvaluatorBase.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/3D/PackingItem.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/3D/PackingPosition.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/3D/PackingShape.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/3D/PermutationEncoding/BottomLeftPermutationDecoder.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/3D/PermutationEncoding/ExtremePointPermutationDecoder.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/3D/PermutationEncoding/ExtremePointPermutationDecoderBase.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2019Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/3D/PermutationEncoding/FreeVolumeBestFitExtremePointPermutationDecoder.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2019Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/3D/PermutationEncoding/PermutationProblem.cs
r17097 r17181 2 2 3 3 /* HeuristicLab 4 * Copyright (C) 2002-2019Heuristic and Evolutionary Algorithms Laboratory (HEAL)4 * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL) 5 5 * 6 6 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/3D/PermutationEncoding/ResidualSpaceBestFitExtremePointPermutationDecoder.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2019Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/3D/PermutationEncoding/Swap2MoveEvaluator.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/3D/PermutationEncoding/TranslocationMoveEvaluator.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/3D/ProblemBase.cs
r17097 r17181 2 2 3 3 /* HeuristicLab 4 * Copyright (C) 2002-2019Heuristic and Evolutionary Algorithms Laboratory (HEAL)4 * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL) 5 5 * 6 6 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/Algorithms/3D/ExtremePointAlgorithm.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/BinPacking.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/Interfaces/IPackingItem.cs
r17097 r17181 2 2 #region License Information 3 3 /* HeuristicLab 4 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)4 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 5 5 * 6 6 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/Interfaces/IPackingPosition.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/Interfaces/IPackingShape.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/PackingPlan.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/PackingPosition.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/PackingShape.cs
r17097 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/Plugin.cs.frame
r17105 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
stable/HeuristicLab.Problems.BinPacking/3.3/Properties/AssemblyInfo.cs.frame
r15587 r17181 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) Joseph Helm and Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 32 32 [assembly: AssemblyCompany("")] 33 33 [assembly: AssemblyProduct("HeuristicLab")] 34 [assembly: AssemblyCopyright("(c) 2002-2018HEAL and Joseph Helm")]34 [assembly: AssemblyCopyright("(c) HEAL and Joseph Helm")] 35 35 [assembly: AssemblyTrademark("")] 36 36 [assembly: AssemblyCulture("")]
Note: See TracChangeset
for help on using the changeset viewer.