Changeset 16477 for branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Variants/Capacitated/Heterogenous
- Timestamp:
- 01/02/19 10:02:21 (6 years ago)
- Location:
- branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Variants/Capacitated/Heterogenous
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Variants/Capacitated/Heterogenous/IHeterogenousCapacitatedOperator.cs
r16453 r16477 1 #region License Information 1 using HEAL.Fossil; 2 #region License Information 2 3 /* HeuristicLab 3 4 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) … … 22 23 23 24 namespace HeuristicLab.Problems.VehicleRouting.Variants { 25 [StorableType("D9F4AD37-6D17-4376-874C-5773BFDE9A77")] 24 26 public interface IHeterogenousCapacitatedOperator : IHomogenousCapacitatedOperator { 25 27 } -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Variants/Capacitated/Heterogenous/IHeterogenousCapacitatedProblemInstance.cs
r16453 r16477 21 21 22 22 using HeuristicLab.Data; 23 using HEAL.Fossil; 23 24 24 25 namespace HeuristicLab.Problems.VehicleRouting.Variants { 26 [StorableType("94A5B1EF-6C46-402B-B31A-76BB19745A52")] 25 27 public interface IHeterogenousCapacitatedProblemInstance : ICapacitatedProblemInstance { 26 28 DoubleArray Capacity { get; }
Note: See TracChangeset
for help on using the changeset viewer.