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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.