Changeset 13173 for trunk/sources/HeuristicLab.Problems.VehicleRouting
- Timestamp:
- 11/16/15 14:34:46 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.VehicleRouting/3.4/VehicleRoutingProblem.cs
r12504 r13173 41 41 42 42 namespace HeuristicLab.Problems.VehicleRouting { 43 [Item("Vehicle Routing Problem ", "Represents a Vehicle Routing Problem.")]43 [Item("Vehicle Routing Problem (VRP)", "Represents a Vehicle Routing Problem.")] 44 44 [Creatable(CreatableAttribute.Categories.CombinatorialProblems, Priority = 110)] 45 45 [StorableClass]
Note: See TracChangeset
for help on using the changeset viewer.