Changeset 14148 for branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.2D/3.3/HeuristicLab.Problems.BinPacking2D-3.3.csproj
- Timestamp:
- 07/21/16 11:00:19 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.2D/3.3/HeuristicLab.Problems.BinPacking2D-3.3.csproj
r14147 r14148 163 163 <ItemGroup> 164 164 <Compile Include="BinPacking2D.cs" /> 165 <Compile Include="BinUtilizationEvaluator.cs" /> 166 <Compile Include="BottomLefttPermutationDecoder.cs" /> 167 <Compile Include="ExtremePointPermutationDecoder.cs" /> 165 <Compile Include="Evaluators\BinUtilizationEvaluator.cs" /> 166 <Compile Include="Evaluators\PackingRatioEvaluator.cs" /> 168 167 <Compile Include="Instances\BPPData.cs" /> 169 168 <Compile Include="Instances\RandomDataDescriptor.cs" /> 170 169 <Compile Include="Instances\RandomInstanceProvider.cs" /> 171 170 <Compile Include="Interfaces\IEvaluator.cs" /> 172 <Compile Include="Interfaces\IPermutationDecoder.cs" /> 173 <Compile Include="Interfaces\I2DGVDecoder.cs" /> 174 <Compile Include="Interfaces\I2DMCVDecoder.cs" /> 175 <Compile Include="Interfaces\I2DOperator.cs" /> 176 <Compile Include="Interfaces\I2DPSDecoder.cs" /> 177 <Compile Include="MoveEvaluators\Swap2MoveEvaluator.cs" /> 178 <Compile Include="MoveEvaluators\TranslocationMoveEvaluator.cs"> 171 <Compile Include="Interfaces\IPermutationDecoder.cs"> 179 172 <SubType>Code</SubType> 180 173 </Compile> 181 174 <Compile Include="PackingItem.cs" /> 182 175 <Compile Include="PackingPosition.cs" /> 183 <Compile Include="PackingRatioEvaluator.cs" />184 <Compile Include="PackingSequenceProblem.cs" />185 176 <Compile Include="PackingShape.cs" /> 177 <Compile Include="PermutationEncoding\BottomLeftPermutationDecoder.cs" /> 178 <Compile Include="PermutationEncoding\ExtremePointPermutationDecoder.cs" /> 179 <Compile Include="PermutationEncoding\PermutationProblem.cs" /> 180 <Compile Include="PermutationEncoding\Swap2MoveEvaluator.cs" /> 181 <Compile Include="PermutationEncoding\TranslocationMoveEvaluator.cs" /> 186 182 <Compile Include="Plugin.cs" /> 187 183 <Compile Include="Properties\AssemblyInfo.cs" />
Note: See TracChangeset
for help on using the changeset viewer.