Free cookie consent management tool by TermsFeed Policy Generator

Changeset 7904 for trunk


Ignore:
Timestamp:
05/24/12 15:42:01 (12 years ago)
Author:
svonolfe
Message:

Made VRP version 3.3 obsolete (#1177)

Location:
trunk/sources
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab 3.3.sln

    r7900 r7904  
    313313EndProject
    314314Project("{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}"
     315EndProject
     316Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "OutdatedPlugins", "OutdatedPlugins", "{7EB6A587-BD45-40F2-BB15-4A69677A326C}"
    315317EndProject
    316318Global
     
    15551557    HideSolutionNode = FALSE
    15561558  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
    15571563EndGlobal
  • trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/VehicleRoutingProblem.cs

    r7351 r7904  
    3636namespace HeuristicLab.Problems.VehicleRouting {
    3737  [Item("Vehicle Routing Problem", "Represents a Vehicle Routing Problem.")]
    38   [Creatable("Problems")]
    3938  [StorableClass]
    4039  public sealed class VehicleRoutingProblem : SingleObjectiveHeuristicOptimizationProblem<IVRPEvaluator, IVRPCreator>, IStorableContent {
Note: See TracChangeset for help on using the changeset viewer.