Changeset 7904 for trunk/sources/HeuristicLab.Problems.VehicleRouting
- Timestamp:
- 05/24/12 15:42:01 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/VehicleRoutingProblem.cs
r7351 r7904 36 36 namespace HeuristicLab.Problems.VehicleRouting { 37 37 [Item("Vehicle Routing Problem", "Represents a Vehicle Routing Problem.")] 38 [Creatable("Problems")]39 38 [StorableClass] 40 39 public sealed class VehicleRoutingProblem : SingleObjectiveHeuristicOptimizationProblem<IVRPEvaluator, IVRPCreator>, IStorableContent {
Note: See TracChangeset
for help on using the changeset viewer.