Changeset 13462 for branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking/3.3/Interfaces
- Timestamp:
- 12/14/15 20:03:59 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking/3.3/Interfaces/IPackingPlan.cs
r13032 r13462 23 23 24 24 namespace HeuristicLab.Problems.BinPacking.Interfaces { 25 public interface IPackingPlan : I NamedItem {25 public interface IPackingPlan : IItem { 26 26 int NrOfBins { get; } 27 27 }
Note: See TracChangeset
for help on using the changeset viewer.