Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/12/17 14:10:55 (8 years ago)
Author:
dsouravl
Message:

#2762: worked on best fit heuristics

Location:
branches/BinPackingExtension/HeuristicLab.Problems.BinPacking.Views/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/BinPackingExtension/HeuristicLab.Problems.BinPacking.Views/3.3/BinPacking3DProblemView.Designer.cs

    r14876 r14976  
    128128            this.heuristicComboBox.Size = new System.Drawing.Size(208, 21);
    129129            this.heuristicComboBox.TabIndex = 20;
    130             this.heuristicComboBox.SelectedIndexChanged += new System.EventHandler(this.heuristicComboBox_SelectedIndexChanged);
     130            //this.heuristicComboBox.SelectedIndexChanged += new System.EventHandler(this.heuristicComboBox_SelectedIndexChanged);
    131131            //
    132132            // BinPacking3DProblemView
  • branches/BinPackingExtension/HeuristicLab.Problems.BinPacking.Views/3.3/BinPacking3DProblemView.cs

    r14876 r14976  
    3434      }
    3535
    36       private void heuristicComboBox_SelectedIndexChanged(object sender, EventArgs e) {
     36      /*private void heuristicComboBox_SelectedIndexChanged(object sender, EventArgs e) {
    3737        if (Content == null) return;
    3838        if (heuristicComboBox.SelectedItem.ToString().CompareTo("Best Fit (Free Volume)") == 0) {
    39          
    4039        }
    41       }
     40      }*/
    4241
    4342      private void sortingComboBox_SelectedIndexChanged(object sender, EventArgs e) {
Note: See TracChangeset for help on using the changeset viewer.