- Timestamp:
- 04/19/17 11:16:10 (8 years ago)
- Location:
- branches/BinPackingExtension
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BinPackingExtension
- Property svn:ignore
-
old new 1 1 .vs 2 *.suo
-
- Property svn:ignore
-
branches/BinPackingExtension/HeuristicLab.Problems.BinPacking/3.3/BinPacking.cs
r14162 r14876 52 52 53 53 #endregion Properties 54 55 public int FreeVolume { 56 get { return BinShape.Volume - Items.Sum(x => x.Value.Volume); } 57 } 54 58 55 59 protected BinPacking(TBin binShape) -
branches/BinPackingExtension/HeuristicLab.Problems.BinPacking/3.3/HeuristicLab.Problems.BinPacking-3.3.csproj
r14838 r14876 155 155 <Compile Include="2D\ProblemBase.cs" /> 156 156 <Compile Include="2D\Solution.cs" /> 157 <Compile Include="3D\BestFitHeuristic.cs" /> 157 158 <Compile Include="3D\BinPacking3D.cs" /> 158 159 <Compile Include="3D\Evaluators\BinUtilizationEvaluator.cs" />
Note: See TracChangeset
for help on using the changeset viewer.