Changeset 14146 for branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.3D/3.3/HeuristicLab.Problems.BinPacking3D-3.3.csproj
- Timestamp:
- 07/21/16 10:19:55 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.3D/3.3/HeuristicLab.Problems.BinPacking3D-3.3.csproj
r14128 r14146 163 163 <ItemGroup> 164 164 <Compile Include="BinPacking3D.cs" /> 165 <Compile Include="DecoderInterfaces\I3DGVDecoder.cs" />166 <Compile Include="DecoderInterfaces\I3DMCVDecoder.cs" />167 <Compile Include="DecoderInterfaces\I3DPSDecoder.cs" />168 <Compile Include="Decoders\DBL\DeepestBottomLeftPackingSequenceDecoder.cs" />169 <Compile Include="Decoders\EP\ExtremePointPackingSequenceDecoder3D.cs" />170 165 <Compile Include="I3DOperator.cs" /> 171 166 <Compile Include="Instances\BPPData.cs" /> 172 167 <Compile Include="Instances\RandomDataDescriptor.cs" /> 173 168 <Compile Include="Instances\RandomInstanceProvider.cs" /> 174 <Compile Include="MoveEvaluators\PackingMoveEvaluator3DGV.cs" />175 <Compile Include="MoveEvaluators\PackingMoveEvaluator3DMCV.cs" />176 <Compile Include="MoveEvaluators\PackingMoveEvaluator3DPS.cs" />177 169 <Compile Include="PackingItem.cs" /> 178 170 <Compile Include="PackingPosition.cs" /> 179 <Compile Include="PackingRatioEvaluator.cs" />180 171 <Compile Include="PackingShape.cs" /> 181 172 <Compile Include="Plugin.cs" />
Note: See TracChangeset
for help on using the changeset viewer.