Changeset 7904
- Timestamp:
- 05/24/12 15:42:01 (13 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab 3.3.sln
r7900 r7904 313 313 EndProject 314 314 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.Instances.VehicleRouting.Views-3.4", "HeuristicLab.Problems.Instances.VehicleRouting.Views\3.4\HeuristicLab.Problems.Instances.VehicleRouting.Views-3.4.csproj", "{E2419315-B10A-4BC1-B517-A24DCF4C59AC}" 315 EndProject 316 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "OutdatedPlugins", "OutdatedPlugins", "{7EB6A587-BD45-40F2-BB15-4A69677A326C}" 315 317 EndProject 316 318 Global … … 1555 1557 HideSolutionNode = FALSE 1556 1558 EndGlobalSection 1559 GlobalSection(NestedProjects) = preSolution 1560 {6410BDA6-3641-42B2-BABA-AA626E2F6F71} = {7EB6A587-BD45-40F2-BB15-4A69677A326C} 1561 {D1386FE7-682D-4E18-8C4F-CFD423FA5DD0} = {7EB6A587-BD45-40F2-BB15-4A69677A326C} 1562 EndGlobalSection 1557 1563 EndGlobal -
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.