Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/19/18 14:15:49 (5 years ago)
Author:
ddorfmei
Message:

#2931:

  • moved views to separate plugin HeuristicLab.MathematicalOptimization.Views
  • added button in LinearProgrammingProblemView to select the problem definition type
  • added views for problem definitions
  • added ExportFile parameter to LinearProgrammingAlgorithm
  • extended FileValue and FileValueView by the option to save a file
  • code cleanup
Location:
branches/2931_OR-Tools_LP_MIP/HeuristicLab.MathematicalOptimization/3.3/Properties
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2931_OR-Tools_LP_MIP/HeuristicLab.MathematicalOptimization/3.3/Properties/Settings.Designer.cs

    r16288 r16405  
    1313   
    1414    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    15     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.8.0.0")]
     15    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.9.0.0")]
    1616    public sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
    1717       
     
    3333            set {
    3434                this["ScipLibraryName"] = value;
    35             }
    36         }
    37        
    38         [global::System.Configuration.UserScopedSettingAttribute()]
    39         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    40         [global::System.Configuration.DefaultSettingValueAttribute("gurobi80.dll")]
    41         public string GurobiLibraryName {
    42             get {
    43                 return ((string)(this["GurobiLibraryName"]));
    44             }
    45             set {
    46                 this["GurobiLibraryName"] = value;
    4735            }
    4836        }
     
    7159            }
    7260        }
     61       
     62        [global::System.Configuration.UserScopedSettingAttribute()]
     63        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     64        [global::System.Configuration.DefaultSettingValueAttribute("gurobi81.dll")]
     65        public string GurobiLibraryName {
     66            get {
     67                return ((string)(this["GurobiLibraryName"]));
     68            }
     69            set {
     70                this["GurobiLibraryName"] = value;
     71            }
     72        }
    7373    }
    7474}
  • branches/2931_OR-Tools_LP_MIP/HeuristicLab.MathematicalOptimization/3.3/Properties/Settings.settings

    r16288 r16405  
    66      <Value Profile="(Default)">scip.dll</Value>
    77    </Setting>
    8     <Setting Name="GurobiLibraryName" Type="System.String" Scope="User">
    9       <Value Profile="(Default)">gurobi80.dll</Value>
    10     </Setting>
    118    <Setting Name="CplexLibraryName" Type="System.String" Scope="User">
    129      <Value Profile="(Default)">cplex1280.dll</Value>
     
    1512      <Value Profile="(Default)">glpk_4_65.dll</Value>
    1613    </Setting>
     14    <Setting Name="GurobiLibraryName" Type="System.String" Scope="User">
     15      <Value Profile="(Default)">gurobi81.dll</Value>
     16    </Setting>
    1717  </Settings>
    1818</SettingsFile>
Note: See TracChangeset for help on using the changeset viewer.