Changeset 12708 for stable/HeuristicLab.Problems.VehicleRouting
- Timestamp:
- 07/10/15 12:11:55 (9 years ago)
- Location:
- stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 12305,12393,12397-12401,12504,12506,12512,12622,12649,12664
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.VehicleRouting
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Problems.VehicleRouting merged: 12504
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.VehicleRouting/3.4/VehicleRoutingProblem.cs
r12280 r12708 42 42 namespace HeuristicLab.Problems.VehicleRouting { 43 43 [Item("Vehicle Routing Problem", "Represents a Vehicle Routing Problem.")] 44 [Creatable( "Problems")]44 [Creatable(CreatableAttribute.Categories.CombinatorialProblems, Priority = 110)] 45 45 [StorableClass] 46 46 public sealed class VehicleRoutingProblem : Problem, ISingleObjectiveHeuristicOptimizationProblem, IStorableContent, IProblemInstanceConsumer<IVRPData> {
Note: See TracChangeset
for help on using the changeset viewer.