Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/29/11 15:51:56 (13 years ago)
Author:
svonolfe
Message:

Added support for multi depot CVRP instances (#1177)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/VRP/HeuristicLab.Problems.VehicleRouting.Views/3.4/VRPImportDialog.Designer.cs

    r6710 r6851  
    8585      this.openVRPFileDialog.DefaultExt = "vrp";
    8686      this.openVRPFileDialog.FileName = "vrp";
    87       this.openVRPFileDialog.Filter = "TSPLib Format|*.vrp|Solomon Format|*.txt|ORLib Format|*.txt|LiLim Format|*.txt";
    88       this.openVRPFileDialog.Title = "Open TSP File";
     87      this.openVRPFileDialog.Filter = "TSPLib Format|*.vrp|Solomon Format|*.txt|ORLib Format|*.txt|LiLim Format|*.txt|Cordeau Format|*.md";
     88      this.openVRPFileDialog.Title = "Open VRP File";
    8989      //
    9090      // tspFileLabel
Note: See TracChangeset for help on using the changeset viewer.