- Timestamp:
- 01/02/19 10:02:21 (6 years ago)
- Location:
- branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4
- Files:
-
- 43 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/IAlbaOperator.cs
r16453 r16477 21 21 22 22 using HeuristicLab.Problems.VehicleRouting.Variants; 23 using HEAL.Fossil; 23 24 24 25 namespace HeuristicLab.Problems.VehicleRouting.Encodings.Alba { 26 [StorableType("E4EADC47-5FEC-429D-B713-795171F8C85B")] 25 27 public interface IAlbaOperator : 26 28 ISingleDepotOperator, IHeterogenousCapacitatedOperator, IMultiDepotOperator, ITimeWindowedOperator { -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/Moves/IntraRouteInversion/IAlbaIntraRouteInversionMoveOperator.cs
r16453 r16477 22 22 using HeuristicLab.Core; 23 23 using HeuristicLab.Problems.VehicleRouting.Interfaces; 24 using HEAL.Fossil; 24 25 25 26 namespace HeuristicLab.Problems.VehicleRouting.Encodings.Alba { 27 [StorableType("70080696-44A4-41C0-9FFF-B84C35303AEB")] 26 28 public interface IAlbaIntraRouteInversionMoveOperator : IVRPMoveOperator { 27 29 ILookupParameter<AlbaIntraRouteInversionMove> IntraRouteInversionMoveParameter { get; } -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/Moves/LambdaInterchange/IAlbaLambdaInterchangeMoveOperator.cs
r16453 r16477 22 22 using HeuristicLab.Core; 23 23 using HeuristicLab.Problems.VehicleRouting.Interfaces; 24 using HEAL.Fossil; 24 25 25 26 namespace HeuristicLab.Problems.VehicleRouting.Encodings.Alba { 27 [StorableType("81637BC6-8D9E-420D-9591-81A9EAA04E6E")] 26 28 public interface IAlbaLambdaInterchangeMoveOperator : IVRPMoveOperator { 27 29 ILookupParameter<AlbaLambdaInterchangeMove> LambdaInterchangeMoveParameter { get; } -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/Moves/ThreeOpt/IAlbaTranslocationMoveOperator.cs
r16453 r16477 23 23 using HeuristicLab.Encodings.PermutationEncoding; 24 24 using HeuristicLab.Problems.VehicleRouting.Interfaces; 25 using HEAL.Fossil; 25 26 26 27 namespace HeuristicLab.Problems.VehicleRouting.Encodings.Alba { 28 [StorableType("781B6DDB-B55A-42C2-84E1-090E6F654089")] 27 29 public interface IAlbaTranslocationMoveOperator : IVRPMoveOperator { 28 30 ILookupParameter<TranslocationMove> TranslocationMoveParameter { get; } -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/GVR/IGVROperator.cs
r16453 r16477 21 21 22 22 using HeuristicLab.Problems.VehicleRouting.Variants; 23 using HEAL.Fossil; 23 24 24 25 namespace HeuristicLab.Problems.VehicleRouting.Encodings.GVR { 26 [StorableType("8C6EFFE6-4270-497D-9351-13BEDA227E21")] 25 27 public interface IGVROperator : 26 28 ISingleDepotOperator, IHomogenousCapacitatedOperator, ITimeWindowedOperator { -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/General/Moves/Interfaces/IMultiVRPMoveGenerator.cs
r16453 r16477 21 21 22 22 using HeuristicLab.Optimization; 23 using HEAL.Fossil; 23 24 24 25 namespace HeuristicLab.Problems.VehicleRouting.Encodings.General { 26 [StorableType("27EF7230-78A6-48B5-88A7-AAC70C538FCA")] 25 27 public interface IMultiVRPMoveGenerator : IMultiVRPMoveOperator, ISingleMoveGenerator { 26 28 } -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/General/Moves/Interfaces/IMultiVRPMoveOperator.cs
r16453 r16477 21 21 22 22 using HeuristicLab.Problems.VehicleRouting.Interfaces; 23 using HEAL.Fossil; 23 24 24 25 namespace HeuristicLab.Problems.VehicleRouting.Encodings.General { 26 [StorableType("C48B8EF1-F37C-4F0D-B4D7-B5A5B68CD9B7")] 25 27 public interface IMultiVRPMoveOperator : IVRPMoveOperator { 26 28 } -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/General/Moves/Interfaces/IVRPMove.cs
r16453 r16477 22 22 using HeuristicLab.Core; 23 23 using HeuristicLab.Optimization; 24 using HEAL.Fossil; 24 25 25 26 namespace HeuristicLab.Problems.VehicleRouting.Encodings.General { 27 [StorableType("2F7FBB88-86B4-4B13-91C7-6BFF0786291B")] 26 28 public interface IVRPMove : IItem { 27 29 VRPMoveEvaluator GetMoveEvaluator(); -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/IPotvinOperator.cs
r16453 r16477 21 21 22 22 using HeuristicLab.Problems.VehicleRouting.Variants; 23 using HEAL.Fossil; 23 24 24 25 namespace HeuristicLab.Problems.VehicleRouting.Encodings.Potvin { 26 [StorableType("90265685-321B-4E34-AD9F-30FA917F07A0")] 25 27 public interface IPotvinOperator : 26 28 ISingleDepotOperator, IHomogenousCapacitatedOperator, ITimeWindowedOperator, -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/CustomerRelocation/IPotvinCustomerRelocationMoveOperator.cs
r16453 r16477 22 22 using HeuristicLab.Core; 23 23 using HeuristicLab.Problems.VehicleRouting.Interfaces; 24 using HEAL.Fossil; 24 25 25 26 namespace HeuristicLab.Problems.VehicleRouting.Encodings.Potvin { 27 [StorableType("6F70F50C-411C-4AF9-A373-E2BCDFA66F56")] 26 28 public interface IPotvinCustomerRelocationMoveOperator : IVRPMoveOperator { 27 29 ILookupParameter<PotvinCustomerRelocationMove> CustomerRelocationMoveParameter { get; } -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/PickupDelivery/PDExchange/IPotvinPDExchangeMoveOperator.cs
r16453 r16477 22 22 using HeuristicLab.Core; 23 23 using HeuristicLab.Problems.VehicleRouting.Interfaces; 24 using HEAL.Fossil; 24 25 25 26 namespace HeuristicLab.Problems.VehicleRouting.Encodings.Potvin { 27 [StorableType("D3D40EAC-F695-4069-9A3A-861CE2997E37")] 26 28 public interface IPotvinPDExchangeMoveOperator : IVRPMoveOperator { 27 29 ILookupParameter<PotvinPDExchangeMove> PDExchangeMoveParameter { get; } -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/PickupDelivery/PDRearrange/IPotvinPDRearrangeMoveOperator.cs
r16453 r16477 22 22 using HeuristicLab.Core; 23 23 using HeuristicLab.Problems.VehicleRouting.Interfaces; 24 using HEAL.Fossil; 24 25 25 26 namespace HeuristicLab.Problems.VehicleRouting.Encodings.Potvin { 27 [StorableType("A5C6D2DD-A20B-4067-8C8D-C527C3E5DBAE")] 26 28 public interface IPotvinPDRearrangeMoveOperator : IVRPMoveOperator { 27 29 ILookupParameter<PotvinPDRearrangeMove> PDRearrangeMoveParameter { get; } -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/PickupDelivery/PDShift/IPotvinPDShiftMoveOperator.cs
r16453 r16477 22 22 using HeuristicLab.Core; 23 23 using HeuristicLab.Problems.VehicleRouting.Interfaces; 24 using HEAL.Fossil; 24 25 25 26 namespace HeuristicLab.Problems.VehicleRouting.Encodings.Potvin { 27 [StorableType("404B8A42-4BC0-47B3-AD95-5294229515B3")] 26 28 public interface IPotvinPDShiftMoveOperator : IVRPMoveOperator { 27 29 ILookupParameter<PotvinPDShiftMove> PDShiftMoveParameter { get; } -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/TwoOptStar/IPotvinTwoOptStarMoveOperator.cs
r16453 r16477 22 22 using HeuristicLab.Core; 23 23 using HeuristicLab.Problems.VehicleRouting.Interfaces; 24 using HEAL.Fossil; 24 25 25 26 namespace HeuristicLab.Problems.VehicleRouting.Encodings.Potvin { 27 [StorableType("371BDEC8-9A88-48DF-A44D-76FB6CE52A63")] 26 28 public interface IPotvinTwoOptStarMoveOperator : IVRPMoveOperator { 27 29 ILookupParameter<PotvinTwoOptStarMove> TwoOptStarMoveParameter { get; } -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/VehicleAssignment/IPotvinVehicleAssignmentMoveOperator.cs
r16453 r16477 22 22 using HeuristicLab.Core; 23 23 using HeuristicLab.Problems.VehicleRouting.Interfaces; 24 using HEAL.Fossil; 24 25 25 26 namespace HeuristicLab.Problems.VehicleRouting.Encodings.Potvin { 27 [StorableType("9C467DEC-0BA6-47B8-8805-3A4494BD0561")] 26 28 public interface IPotvinVehicleAssignmentMoveOperator : IVRPMoveOperator { 27 29 ILookupParameter<PotvinVehicleAssignmentMove> VehicleAssignmentMoveParameter { get; } -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Prins/IPrinsOperator.cs
r16453 r16477 21 21 22 22 using HeuristicLab.Problems.VehicleRouting.Variants; 23 using HEAL.Fossil; 23 24 24 25 namespace HeuristicLab.Problems.VehicleRouting.Encodings.Prins { 26 [StorableType("02783182-5F42-45F8-A57A-E63459E22C6A")] 25 27 public interface IPrinsOperator : 26 28 ISingleDepotOperator, IHomogenousCapacitatedOperator, ITimeWindowedOperator { -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Zhu/IZhuOperator.cs
r16453 r16477 21 21 22 22 using HeuristicLab.Problems.VehicleRouting.Variants; 23 using HEAL.Fossil; 23 24 24 25 namespace HeuristicLab.Problems.VehicleRouting.Encodings.Zhu { 26 [StorableType("CD11FA3C-3B50-4710-AAFC-32C9C61B3321")] 25 27 public interface IZhuOperator : 26 28 ISingleDepotOperator, IHomogenousCapacitatedOperator, ITimeWindowedOperator { -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IMultiVRPOperator.cs
r16453 r16477 22 22 using System.Collections.Generic; 23 23 using HeuristicLab.Core; 24 using HEAL.Fossil; 24 25 25 26 namespace HeuristicLab.Problems.VehicleRouting.Interfaces { 27 [StorableType("4ED07F1F-AC5F-4771-8916-AF7DD576C581")] 26 28 interface IMultiVRPOperator : IVRPOperator { 27 29 void SetOperators(IEnumerable<IOperator> operators); -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPCreator.cs
r16453 r16477 22 22 using HeuristicLab.Core; 23 23 using HeuristicLab.Optimization; 24 using HEAL.Fossil; 24 25 25 26 namespace HeuristicLab.Problems.VehicleRouting.Interfaces { 27 [StorableType("36C4F904-7B59-4C09-81C4-BC07D9ABC496")] 26 28 public interface IVRPCreator : IVRPOperator, ISolutionCreator { 27 29 ILookupParameter<IVRPEncoding> VRPToursParameter { get; } -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPCrossover.cs
r16453 r16477 22 22 using HeuristicLab.Core; 23 23 using HeuristicLab.Optimization; 24 using HEAL.Fossil; 24 25 25 26 namespace HeuristicLab.Problems.VehicleRouting.Interfaces { 27 [StorableType("FFAE16E2-265C-464E-9903-24154F6B0628")] 26 28 public interface IVRPCrossover : IVRPOperator, ICrossover { 27 29 ILookupParameter<ItemArray<IVRPEncoding>> ParentsParameter { get; } -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPEncoding.cs
r16453 r16477 22 22 using System.Collections.Generic; 23 23 using HeuristicLab.Core; 24 using HEAL.Fossil; 24 25 25 26 namespace HeuristicLab.Problems.VehicleRouting.Interfaces { 27 [StorableType("A8B95552-3A3D-43B3-95C3-B04602AEACF5")] 26 28 public interface IVRPEncoding : IItem { 27 29 List<Tour> GetTours(); -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPEvaluator.cs
r16453 r16477 23 23 using HeuristicLab.Optimization; 24 24 using HeuristicLab.Problems.VehicleRouting.ProblemInstances; 25 using HEAL.Fossil; 25 26 26 27 namespace HeuristicLab.Problems.VehicleRouting.Interfaces { 28 [StorableType("C3423687-3CBE-41E4-9227-FF4F1D6912E1")] 27 29 public interface IVRPEvaluator : IVRPOperator, ISingleObjectiveEvaluator { 28 30 ILookupParameter<IVRPEncoding> VRPToursParameter { get; } -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPLocalSearchManipulator.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.Interfaces { 25 [StorableType("5C793BBC-0189-4176-BFDC-5E5B01A8FA5E")] 24 26 public interface IVRPLocalSearchManipulator : IVRPManipulator { 25 27 } -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPManipulator.cs
r16453 r16477 22 22 using HeuristicLab.Core; 23 23 using HeuristicLab.Optimization; 24 using HEAL.Fossil; 24 25 25 26 namespace HeuristicLab.Problems.VehicleRouting.Interfaces { 27 [StorableType("AC249F6E-B3A0-49C2-A582-811C132B4DAE")] 26 28 public interface IVRPManipulator : IVRPOperator, IManipulator { 27 29 ILookupParameter<IVRPEncoding> VRPToursParameter { get; } -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPMoveOperator.cs
r16453 r16477 22 22 using HeuristicLab.Core; 23 23 using HeuristicLab.Optimization; 24 using HEAL.Fossil; 24 25 25 26 namespace HeuristicLab.Problems.VehicleRouting.Interfaces { 27 [StorableType("9425CBF4-8F21-43FC-9AAB-52E263B2BB12")] 26 28 public interface IVRPMoveOperator : IVRPOperator, IMoveOperator { 27 29 ILookupParameter<IVRPEncoding> VRPToursParameter { get; } -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPMultiNeighborhoodShakingOperator.cs
r16453 r16477 22 22 using HeuristicLab.Core; 23 23 using HeuristicLab.Optimization; 24 using HEAL.Fossil; 24 25 25 26 namespace HeuristicLab.Problems.VehicleRouting.Interfaces { 27 [StorableType("48732EFD-AB16-4C96-A720-FB6CAEA0133D")] 26 28 public interface IVRPMultiNeighborhoodShakingOperator : IMultiNeighborhoodShakingOperator, IVRPOperator { 27 29 ILookupParameter<IVRPEncoding> VRPToursParameter { get; } -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPOperator.cs
r16453 r16477 21 21 22 22 using HeuristicLab.Core; 23 using HEAL.Fossil; 23 24 24 25 namespace HeuristicLab.Problems.VehicleRouting.Interfaces { 26 [StorableType("5B416762-7CD7-408F-8AF2-232F86CEB41F")] 25 27 public interface IVRPOperator : IItem { 26 28 ILookupParameter<IVRPProblemInstance> ProblemInstanceParameter { get; } -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPProblemInstance.cs
r16453 r16477 25 25 using HeuristicLab.Data; 26 26 using HeuristicLab.Problems.VehicleRouting.ProblemInstances; 27 using HEAL.Fossil; 27 28 28 29 namespace HeuristicLab.Problems.VehicleRouting.Interfaces { 30 [StorableType("B8E231D0-6BA9-4DCF-9585-95E46B280B47")] 29 31 public interface IVRPProblemInstance : IParameterizedNamedItem { 30 32 IVRPEvaluator SolutionEvaluator { get; set; } -
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; } -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Variants/Capacitated/Homogenous/IHomogenousCapacitatedOperator.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("0827648C-B4EF-450C-86BE-B145624FCC6C")] 24 26 public interface IHomogenousCapacitatedOperator : ICapacitatedOperator { 25 27 } -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Variants/Capacitated/Homogenous/IHomogenousCapacitatedProblemInstance.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("F789C488-BD06-40C2-A75C-C1FFE0361B77")] 25 27 public interface IHomogenousCapacitatedProblemInstance : ICapacitatedProblemInstance { 26 28 DoubleValue Capacity { get; } -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Variants/Capacitated/ICapacitatedOperator.cs
r16453 r16477 21 21 22 22 using HeuristicLab.Problems.VehicleRouting.Interfaces; 23 using HEAL.Fossil; 23 24 24 25 namespace HeuristicLab.Problems.VehicleRouting.Variants { 26 [StorableType("3439CF1A-DDE5-4E67-A6B3-8B6A2C640637")] 25 27 public interface ICapacitatedOperator : IVRPOperator { 26 28 } -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Variants/Capacitated/ICapacitatedProblemInstance.cs
r16453 r16477 22 22 using HeuristicLab.Data; 23 23 using HeuristicLab.Problems.VehicleRouting.Interfaces; 24 using HEAL.Fossil; 24 25 25 26 namespace HeuristicLab.Problems.VehicleRouting.Variants { 27 [StorableType("C172524A-C4B2-49DA-AC95-6619CB51544B")] 26 28 public interface ICapacitatedProblemInstance : IVRPProblemInstance { 27 29 DoubleValue OverloadPenalty { get; } -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Variants/General/IGeneralVRPOperator.cs
r16453 r16477 21 21 22 22 using HeuristicLab.Problems.VehicleRouting.Interfaces; 23 using HEAL.Fossil; 23 24 24 25 namespace HeuristicLab.Problems.VehicleRouting.Variants { 26 [StorableType("08484417-9E4E-4104-AAFD-4197046A5CAC")] 25 27 public interface IGeneralVRPOperator : IVRPOperator { 26 28 } -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Variants/MultiDepot/IMultiDepotOperator.cs
r16453 r16477 21 21 22 22 using HeuristicLab.Problems.VehicleRouting.Interfaces; 23 using HEAL.Fossil; 23 24 24 25 namespace HeuristicLab.Problems.VehicleRouting.Variants { 26 [StorableType("58F40290-ACB2-4E19-8064-2944EAD9BE0A")] 25 27 public interface IMultiDepotOperator : IVRPOperator { 26 28 } -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Variants/MultiDepot/IMultiDepotProblemInstance.cs
r16453 r16477 22 22 using HeuristicLab.Data; 23 23 using HeuristicLab.Problems.VehicleRouting.Interfaces; 24 using HEAL.Fossil; 24 25 25 26 namespace HeuristicLab.Problems.VehicleRouting.Variants { 27 [StorableType("C6DA8FFB-DBA2-431B-A8C2-B685EB76D3F3")] 26 28 public interface IMultiDepotProblemInstance : IVRPProblemInstance { 27 29 IntValue Depots { get; } -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Variants/PickupAndDelivery/IPickupAndDeliveryOperator.cs
r16453 r16477 21 21 22 22 using HeuristicLab.Problems.VehicleRouting.Interfaces; 23 using HEAL.Fossil; 23 24 24 25 namespace HeuristicLab.Problems.VehicleRouting.Variants { 26 [StorableType("D2F69F8C-357D-4EC7-AC78-EE04324A27C6")] 25 27 public interface IPickupAndDeliveryOperator : IVRPOperator { 26 28 } -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Variants/PickupAndDelivery/IPickupAndDeliveryProblemInstance.cs
r16453 r16477 22 22 using HeuristicLab.Data; 23 23 using HeuristicLab.Problems.VehicleRouting.Interfaces; 24 using HEAL.Fossil; 24 25 25 26 namespace HeuristicLab.Problems.VehicleRouting.Variants { 27 [StorableType("A55869C3-00D4-481B-BBC8-201C510934AA")] 26 28 public interface IPickupAndDeliveryProblemInstance : IVRPProblemInstance { 27 29 IntArray PickupDeliveryLocation { get; } -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Variants/SingleDepot/ISingleDepotOperator.cs
r16453 r16477 21 21 22 22 using HeuristicLab.Problems.VehicleRouting.Interfaces; 23 using HEAL.Fossil; 23 24 24 25 namespace HeuristicLab.Problems.VehicleRouting.Variants { 26 [StorableType("575729DA-15DA-4979-B8B5-F6878FE7FAE7")] 25 27 public interface ISingleDepotOperator : IVRPOperator { 26 28 } -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Variants/SingleDepot/ISingleDepotProblemInstance.cs
r16453 r16477 21 21 22 22 using HeuristicLab.Problems.VehicleRouting.Interfaces; 23 using HEAL.Fossil; 23 24 24 25 namespace HeuristicLab.Problems.VehicleRouting.Variants { 26 [StorableType("F4038025-9294-466D-A60D-45E7F98F9186")] 25 27 public interface ISingleDepotProblemInstance : IVRPProblemInstance { 26 28 } -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Variants/TimeWindowed/ITimeWindowedOperator.cs
r16453 r16477 21 21 22 22 using HeuristicLab.Problems.VehicleRouting.Interfaces; 23 using HEAL.Fossil; 23 24 24 25 namespace HeuristicLab.Problems.VehicleRouting.Variants { 26 [StorableType("43A35B3E-B3F4-4A16-9940-CFDA9E288F78")] 25 27 public interface ITimeWindowedOperator : IVRPOperator { 26 28 } -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Variants/TimeWindowed/ITimeWindowedProblemInstance.cs
r16453 r16477 22 22 using HeuristicLab.Data; 23 23 using HeuristicLab.Problems.VehicleRouting.Interfaces; 24 using HEAL.Fossil; 24 25 25 26 namespace HeuristicLab.Problems.VehicleRouting.Variants { 27 [StorableType("5E6207F9-10E5-4428-BC6E-C583389F9D86")] 26 28 public interface ITimeWindowedProblemInstance : IVRPProblemInstance { 27 29 DoubleArray ReadyTime { get; }
Note: See TracChangeset
for help on using the changeset viewer.