Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/19/10 06:19:16 (15 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • worked on operators, engines, and optimization
Location:
trunk/sources/HeuristicLab.Routing.TSP.Views/3.3
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Routing.TSP.Views/3.3/HeuristicLab.Routing.TSP.Views-3.3.csproj

    r2805 r2834  
    8686      <Name>HeuristicLab.MainForm-3.2</Name>
    8787    </ProjectReference>
     88    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
     89      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
     90      <Name>HeuristicLab.Optimization.Views-3.3</Name>
     91    </ProjectReference>
     92    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
     93      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
     94      <Name>HeuristicLab.Optimization-3.3</Name>
     95    </ProjectReference>
    8896    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
    8997      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
  • trunk/sources/HeuristicLab.Routing.TSP.Views/3.3/HeuristicLabRoutingTSPViewsPlugin.cs.frame

    r2805 r2834  
    3333  [PluginDependency("HeuristicLab.MainForm", "3.2")]
    3434  [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.2")]
     35  [PluginDependency("HeuristicLab.Optimization", "3.3")]
     36  [PluginDependency("HeuristicLab.Optimization.Views", "3.3")]
    3537  [PluginDependency("HeuristicLab.Routing.TSP", "3.3")]
    3638  public class HeuristicLabRoutingTSPViewsPlugin : PluginBase {
  • trunk/sources/HeuristicLab.Routing.TSP.Views/3.3/TSPView.Designer.cs

    r2805 r2834  
    5050      this.SuspendLayout();
    5151      //
    52       // valueParameterCollectionView
     52      // parameterCollectionView
    5353      //
    54       this.valueParameterCollectionView.Size = new System.Drawing.Size(490, 205);
     54      this.parameterCollectionView.Size = new System.Drawing.Size(490, 205);
    5555      //
    5656      // nameTextBox
     
    8585      this.Name = "TSPView";
    8686      this.Controls.SetChildIndex(this.importButton, 0);
    87       this.Controls.SetChildIndex(this.valueParameterCollectionView, 0);
     87      this.Controls.SetChildIndex(this.parameterCollectionView, 0);
    8888      this.Controls.SetChildIndex(this.nameLabel, 0);
    8989      this.Controls.SetChildIndex(this.descriptionLabel, 0);
  • trunk/sources/HeuristicLab.Routing.TSP.Views/3.3/TSPView.cs

    r2805 r2834  
    2424using HeuristicLab.Core.Views;
    2525using HeuristicLab.MainForm;
     26using HeuristicLab.Optimization.Views;
    2627
    2728namespace HeuristicLab.Routing.TSP.Views {
Note: See TracChangeset for help on using the changeset viewer.