#
# ChangeLog for branches/StackingProblems
#
# Generated by Trac 1.0.12
# 01/28/25 21:31:17

Mon, 12 Sep 2016 10:01:44 GMT mzehetho [14278]
	* branches/StackingProblems (added)
	* branches/StackingProblems/Build.cmd (added)
	* branches/StackingProblems/HeuristicLab.Data.MoveVectorData (added)
	* branches/StackingProblems/HeuristicLab.Data.MoveVectorData.Views (added)
	* branches/StackingProblems/HeuristicLab.Data.MoveVectorData.Views/3.3 (added)
	* branches/StackingProblems/HeuristicLab.Data.MoveVectorData.Views/3.3/HeuristicLab.Data.MoveVectorData.Views-3.3.csproj (added)
	* branches/StackingProblems/HeuristicLab.Data.MoveVectorData.Views/3.3/HeuristicLab.snk (added)
	* branches/StackingProblems/HeuristicLab.Data.MoveVectorData.Views/3.3/Plugin.cs (added)
	* branches/StackingProblems/HeuristicLab.Data.MoveVectorData.Views/3.3/Properties (added)
	* branches/StackingProblems/HeuristicLab.Data.MoveVectorData.Views/3.3/Properties/AssemblyInfo.cs (added)
	* branches/StackingProblems/HeuristicLab.Data.MoveVectorData.Views/3.3/StackView.Designer.cs (added)
	* branches/StackingProblems/HeuristicLab.Data.MoveVectorData.Views/3.3/StackView.cs (added)
	* branches/StackingProblems/HeuristicLab.Data.MoveVectorData.Views/3.3/StackView.resx (added)
	* branches/StackingProblems/HeuristicLab.Data.MoveVectorData.Views/3.3/StackingAreaView.Designer.cs (added)
	* branches/StackingProblems/HeuristicLab.Data.MoveVectorData.Views/3.3/StackingAreaView.cs (added)
	* branches/StackingProblems/HeuristicLab.Data.MoveVectorData.Views/3.3/StackingAreaView.resx (added)
	* branches/StackingProblems/HeuristicLab.Data.MoveVectorData/3.3 (added)
	* branches/StackingProblems/HeuristicLab.Data.MoveVectorData/3.3/HeuristicLab.Data.MoveVectorData-3.3.csproj (added)
	* branches/StackingProblems/HeuristicLab.Data.MoveVectorData/3.3/HeuristicLab.snk (added)
	* branches/StackingProblems/HeuristicLab.Data.MoveVectorData/3.3/Interfaces (added)
	* branches/StackingProblems/HeuristicLab.Data.MoveVectorData/3.3/Interfaces/IMove.cs (added)
	* branches/StackingProblems/HeuristicLab.Data.MoveVectorData/3.3/MoveValue.cs (added)
	* branches/StackingProblems/HeuristicLab.Data.MoveVectorData/3.3/MoveVector.cs (added)
	* branches/StackingProblems/HeuristicLab.Data.MoveVectorData/3.3/Moves (added)
	* branches/StackingProblems/HeuristicLab.Data.MoveVectorData/3.3/Moves/IngoingMove.cs (added)
	* branches/StackingProblems/HeuristicLab.Data.MoveVectorData/3.3/Moves/OutgoingMove.cs (added)
	* branches/StackingProblems/HeuristicLab.Data.MoveVectorData/3.3/Moves/TwoPointMove.cs (added)
	* branches/StackingProblems/HeuristicLab.Data.MoveVectorData/3.3/Plugin.cs (added)
	* branches/StackingProblems/HeuristicLab.Data.MoveVectorData/3.3/Properties (added)
	* branches/StackingProblems/HeuristicLab.Data.MoveVectorData/3.3/Properties/AssemblyInfo.cs (added)
	* branches/StackingProblems/HeuristicLab.Data.MoveVectorData/3.3/Stack.cs (added)
	* branches/StackingProblems/HeuristicLab.Data.MoveVectorData/3.3/StackingArea.cs (added)
	* branches/StackingProblems/HeuristicLab.Encodings.MoveVectorEncoding (added)
	* branches/StackingProblems/HeuristicLab.Encodings.MoveVectorEncoding/3.3 (added)
	* branches/StackingProblems/HeuristicLab.Encodings.MoveVectorEncoding/3.3/BoundedMoveVectorManipulator.cs (added)
	* branches/StackingProblems/HeuristicLab.Encodings.MoveVectorEncoding/3.3/Creators (added)
	* branches/StackingProblems/HeuristicLab.Encodings.MoveVectorEncoding/3.3/Creators/RandomMoveVectorCreator.cs (added)
	* branches/StackingProblems/HeuristicLab.Encodings.MoveVectorEncoding/3.3/Crossovers (added)
	* branches/StackingProblems/HeuristicLab.Encodings.MoveVectorEncoding/3.3/Crossovers/NPointCrossover.cs (added)
	* branches/StackingProblems/HeuristicLab.Encodings.MoveVectorEncoding/3.3/Crossovers/SinglePointCrossover.cs (added)
	* branches/StackingProblems/HeuristicLab.Encodings.MoveVectorEncoding/3.3/Crossovers/UniformCrossover.cs (added)
	* branches/StackingProblems/HeuristicLab.Encodings.MoveVectorEncoding/3.3/HeuristicLab.Encodings.MoveVectorEncoding-3.3.csproj (added)
	* branches/StackingProblems/HeuristicLab.Encodings.MoveVectorEncoding/3.3/HeuristicLab.snk (added)
	* branches/StackingProblems/HeuristicLab.Encodings.MoveVectorEncoding/3.3/Interfaces (added)
	* branches/StackingProblems/HeuristicLab.Encodings.MoveVectorEncoding/3.3/Interfaces/IBoundedMoveVectorOperator.cs (added)
	* branches/StackingProblems/HeuristicLab.Encodings.MoveVectorEncoding/3.3/Interfaces/IMoveVectorCreator.cs (added)
	* branches/StackingProblems/HeuristicLab.Encodings.MoveVectorEncoding/3.3/Interfaces/IMoveVectorCrossover.cs (added)
	* branches/StackingProblems/HeuristicLab.Encodings.MoveVectorEncoding/3.3/Interfaces/IMoveVectorManipulator.cs (added)
	* branches/StackingProblems/HeuristicLab.Encodings.MoveVectorEncoding/3.3/Interfaces/IMoveVectorMultiNeighborhoodShakingOperator.cs (added)
	* branches/StackingProblems/HeuristicLab.Encodings.MoveVectorEncoding/3.3/Interfaces/IMoveVectorOperator.cs (added)
	* branches/StackingProblems/HeuristicLab.Encodings.MoveVectorEncoding/3.3/Manipulators (added)
	* branches/StackingProblems/HeuristicLab.Encodings.MoveVectorEncoding/3.3/Manipulators/MultiMoveManipulator.cs (added)
	* branches/StackingProblems/HeuristicLab.Encodings.MoveVectorEncoding/3.3/Manipulators/SingleMoveChangeManipulator.cs (added)
	* branches/StackingProblems/HeuristicLab.Encodings.MoveVectorEncoding/3.3/Manipulators/SingleMoveEnableManipulator.cs (added)
	* branches/StackingProblems/HeuristicLab.Encodings.MoveVectorEncoding/3.3/Manipulators/SingleMoveManipulator.cs (added)
	* branches/StackingProblems/HeuristicLab.Encodings.MoveVectorEncoding/3.3/Manipulators/SingleMoveShiftManipulator.cs (added)
	* branches/StackingProblems/HeuristicLab.Encodings.MoveVectorEncoding/3.3/MoveVectorCreator.cs (added)
	* branches/StackingProblems/HeuristicLab.Encodings.MoveVectorEncoding/3.3/MoveVectorCrossover.cs (added)
	* branches/StackingProblems/HeuristicLab.Encodings.MoveVectorEncoding/3.3/MoveVectorEncoding.cs (added)
	* branches/StackingProblems/HeuristicLab.Encodings.MoveVectorEncoding/3.3/MoveVectorManipulator.cs (added)
	* branches/StackingProblems/HeuristicLab.Encodings.MoveVectorEncoding/3.3/MoveVectorOperator.cs (added)
	* branches/StackingProblems/HeuristicLab.Encodings.MoveVectorEncoding/3.3/Plugin.cs (added)
	* branches/StackingProblems/HeuristicLab.Encodings.MoveVectorEncoding/3.3/Properties (added)
	* branches/StackingProblems/HeuristicLab.Encodings.MoveVectorEncoding/3.3/Properties/AssemblyInfo.cs (added)
	* branches/StackingProblems/HeuristicLab.Encodings.MoveVectorEncoding/3.3/ShakingOperators (added)
	* branches/StackingProblems/HeuristicLab.Encodings.MoveVectorEncoding/3.3/ShakingOperators/MoveVectorShakingOperator.cs (added)
	* branches/StackingProblems/HeuristicLab.Problems.BlocksRelocationProblem (added)
	* branches/StackingProblems/HeuristicLab.Problems.BlocksRelocationProblem/3.3 (added)
	* branches/StackingProblems/HeuristicLab.Problems.BlocksRelocationProblem/3.3/BlocksRelocationProblem.cs (added)
	* branches/StackingProblems/HeuristicLab.Problems.BlocksRelocationProblem/3.3/HeuristicLab.Problems.BlocksRelocationProblem-3.3.csproj (added)
	* branches/StackingProblems/HeuristicLab.Problems.BlocksRelocationProblem/3.3/HeuristicLab.snk (added)
	* branches/StackingProblems/HeuristicLab.Problems.BlocksRelocationProblem/3.3/Plugin.cs (added)
	* branches/StackingProblems/HeuristicLab.Problems.BlocksRelocationProblem/3.3/Properties (added)
	* branches/StackingProblems/HeuristicLab.Problems.BlocksRelocationProblem/3.3/Properties/AssemblyInfo.cs (added)
	* branches/StackingProblems/HeuristicLab.Problems.BlocksWorldProblem (added)
	* branches/StackingProblems/HeuristicLab.Problems.BlocksWorldProblem/3.3 (added)
	* branches/StackingProblems/HeuristicLab.Problems.BlocksWorldProblem/3.3/BlocksWorldProblem.cs (added)
	* branches/StackingProblems/HeuristicLab.Problems.BlocksWorldProblem/3.3/HeuristicLab.Problems.BlocksWorldProblem-3.3.csproj (added)
	* branches/StackingProblems/HeuristicLab.Problems.BlocksWorldProblem/3.3/HeuristicLab.snk (added)
	* branches/StackingProblems/HeuristicLab.Problems.BlocksWorldProblem/3.3/Plugin.cs (added)
	* branches/StackingProblems/HeuristicLab.Problems.BlocksWorldProblem/3.3/Properties (added)
	* branches/StackingProblems/HeuristicLab.Problems.BlocksWorldProblem/3.3/Properties/AssemblyInfo.cs (added)
	* branches/StackingProblems/HeuristicLab.Problems.Stacking (added)
	* branches/StackingProblems/HeuristicLab.Problems.Stacking/3.3 (added)
	* branches/StackingProblems/HeuristicLab.Problems.Stacking/3.3/HeuristicLab.Problems.Stacking-3.3.csproj (added)
	* branches/StackingProblems/HeuristicLab.Problems.Stacking/3.3/HeuristicLab.snk (added)
	* branches/StackingProblems/HeuristicLab.Problems.Stacking/3.3/Plugin.cs (added)
	* branches/StackingProblems/HeuristicLab.Problems.Stacking/3.3/Properties (added)
	* branches/StackingProblems/HeuristicLab.Problems.Stacking/3.3/Properties/AssemblyInfo.cs (added)
	* branches/StackingProblems/HeuristicLab.Problems.Stacking/3.3/StackingProblem.cs (added)
	* branches/StackingProblems/PreBuildEvent.cmd (added)
	* branches/StackingProblems/StackingProblems.sln (added)

	Initial Commit for ticket #2605

	Implemented:
	- Encoding
	- Moves ...