- Timestamp:
- 02/08/16 20:54:12 (9 years ago)
- Location:
- branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.2D/3.3
- Files:
-
- 4 added
- 3 edited
- 3 copied
- 13 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.2D/3.3
-
Property
svn:ignore
set to
bin
obj
*.user
-
Property
svn:ignore
set to
-
branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.2D/3.3/Decoders/BL/BottomLeftMultiComponentVectorDecoder.cs
r13032 r13606 30 30 using HeuristicLab.Problems.BinPacking.Interfaces; 31 31 using HeuristicLab.Encodings.PackingEncoding.MultiComponentVector; 32 using HeuristicLab.Problems.BinPacking2D; 32 33 33 34 namespace HeuristicLab.Problems.BinPacking.Decoders { -
branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.2D/3.3/HeuristicLab.Problems.BinPacking2D-3.3.csproj
r13605 r13606 158 158 </ItemGroup> 159 159 <ItemGroup> 160 <Compile Include="Decoders\BL\BottomLeftGroupingVectorDecoder.cs" /> 161 <Compile Include="Decoders\BL\BottomLeftMultiComponentVectorDecoder.cs" /> 162 <Compile Include="Decoders\BL\BottomLeftPackingSequenceDecoder.cs" /> 163 <Compile Include="Decoders\EP\ExtremePointGroupingVectorDecoder2D.cs" /> 164 <Compile Include="Decoders\EP\ExtremePointMultiComponentVectorDecoder2D.cs" /> 165 <Compile Include="Decoders\EP\ExtremePointPackingSequenceDecoder2D.cs" /> 166 <Compile Include="Interfaces\I2DGVDecoder.cs" /> 167 <Compile Include="Interfaces\I2DMCVDecoder.cs" /> 168 <Compile Include="Interfaces\I2DOperator.cs" /> 169 <Compile Include="Interfaces\I2DPSDecoder.cs" /> 170 <Compile Include="MoveEvaluators\PackingMoveEvaluator2DGV.cs" /> 171 <Compile Include="MoveEvaluators\PackingMoveEvaluator2DMCV.cs" /> 172 <Compile Include="MoveEvaluators\PackingMoveEvaluator2DPS.cs" /> 173 <Compile Include="PackingRatioRectangularIdenticalBinEvaluator.cs" /> 160 174 <Compile Include="Plugin.cs" /> 161 175 <Compile Include="Properties\AssemblyInfo.cs" /> 176 <Compile Include="RectangularIdenticalBinPackingProblem.cs" /> 177 <Compile Include="RectangularPackingBin.cs" /> 178 <Compile Include="RectangularPackingItem.cs" /> 179 <Compile Include="RectangularPackingShape.cs" /> 180 <Compile Include="TwoDimensionalPacking.cs" /> 162 181 </ItemGroup> 163 182 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.