Changeset 14053
- Timestamp:
- 07/12/16 20:51:59 (8 years ago)
- Location:
- branches/HeuristicLab.BinPacking
- Files:
-
- 16 added
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.2D/3.3/HeuristicLab.Problems.BinPacking2D-3.3.csproj
r14050 r14053 165 165 <Compile Include="Decoders\EP\ExtremePointMultiComponentVectorDecoder2D.cs" /> 166 166 <Compile Include="Decoders\EP\ExtremePointPackingSequenceDecoder2D.cs" /> 167 <Compile Include="Instances\BPPData.cs" /> 168 <Compile Include="Instances\BPPInstanceProvider.cs" /> 169 <Compile Include="Instances\BPPORLIBDataDescriptor.cs" /> 170 <Compile Include="Instances\BPPORLIBParser.cs" /> 171 <Compile Include="Instances\RealBPPData.cs" /> 167 172 <Compile Include="Interfaces\I2DGVDecoder.cs" /> 168 173 <Compile Include="Interfaces\I2DMCVDecoder.cs" /> … … 183 188 <ItemGroup> 184 189 <None Include="HeuristicLab.snk" /> 190 <EmbeddedResource Include="Instances\Data\BPPORLIB.zip" /> 185 191 <None Include="Properties\AssemblyInfo.cs.frame" /> 186 192 <None Include="Plugin.cs.frame" /> -
branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.3D/3.3/HeuristicLab.Problems.BinPacking3D-3.3.csproj
r14050 r14053 169 169 <Compile Include="Decoders\EP\ExtremePointPackingSequenceDecoder3D.cs" /> 170 170 <Compile Include="I3DOperator.cs" /> 171 <Compile Include="Instances\BPPData.cs" /> 172 <Compile Include="Instances\BPPInstanceProvider.cs" /> 173 <Compile Include="Instances\BPPORLIBDataDescriptor.cs" /> 174 <Compile Include="Instances\BPPORLIBParser.cs" /> 175 <Compile Include="Instances\RealBPPData.cs" /> 171 176 <Compile Include="MoveEvaluators\PackingMoveEvaluator3DGV.cs" /> 172 177 <Compile Include="MoveEvaluators\PackingMoveEvaluator3DMCV.cs" /> … … 183 188 <ItemGroup> 184 189 <None Include="HeuristicLab.snk" /> 190 <EmbeddedResource Include="Instances\Data\BPPORLIB.zip" /> 185 191 <None Include="Properties\AssemblyInfo.cs.frame" /> 186 192 <None Include="Plugin.cs.frame" /> -
branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking/3.3/HeuristicLab.Problems.BinPacking-3.3.csproj
r14051 r14053 255 255 <Compile Include="Evaluators\PackingPlanEvaluationAlgorithm.cs" /> 256 256 <Compile Include="Evaluators\PackingRatioEvaluator.cs" /> 257 <Compile Include="Instances\BPPData.cs" />258 <Compile Include="Instances\BPPInstanceProvider.cs" />259 <Compile Include="Instances\BPPORLIBParser.cs" />260 <Compile Include="Instances\BPPORLIBDataDescriptor.cs" />261 <Compile Include="Instances\RealBPPData.cs" />262 257 <Compile Include="Interfaces\IEvaluator.cs" /> 263 258 <Compile Include="Interfaces\IPackingPosition.cs" /> … … 290 285 <ItemGroup> 291 286 <None Include="HeuristicLab.snk" /> 292 <EmbeddedResource Include="Instances\Data\BPPORLIB.zip" />293 287 <None Include="Properties\AssemblyInfo.cs.frame" /> 294 288 <None Include="Plugin.cs.frame" />
Note: See TracChangeset
for help on using the changeset viewer.