Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2931_OR-Tools_LP_MIP/HeuristicLab.MathematicalOptimization/3.3/LinearProgramming/Templates/ScriptTemplates.Designer.cs @ 16405

Last change on this file since 16405 was 16405, checked in by ddorfmei, 5 years ago

#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
File size: 3.6 KB
Line 
1//------------------------------------------------------------------------------
2// <auto-generated>
3//     This code was generated by a tool.
4//     Runtime Version:4.0.30319.42000
5//
6//     Changes to this file may cause incorrect behavior and will be lost if
7//     the code is regenerated.
8// </auto-generated>
9//------------------------------------------------------------------------------
10
11namespace HeuristicLab.MathematicalOptimization.LinearProgramming {
12  /// <summary>
13  ///   A strongly-typed resource class, for looking up localized strings, etc.
14  /// </summary>
15  // This class was auto-generated by the StronglyTypedResourceBuilder
16  // class via a tool like ResGen or Visual Studio.
17  // To add or remove a member, edit your .ResX file then rerun ResGen
18  // with the /str option, or rebuild your VS project.
19  [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
20  [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
21  [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
22  internal class ScriptTemplates {
23
24    private static global::System.Resources.ResourceManager resourceMan;
25
26    private static global::System.Globalization.CultureInfo resourceCulture;
27
28    [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
29    internal ScriptTemplates() {
30    }
31
32    /// <summary>
33    ///   Returns the cached ResourceManager instance used by this class.
34    /// </summary>
35    [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
36    internal static global::System.Resources.ResourceManager ResourceManager {
37      get {
38        if (object.ReferenceEquals(resourceMan, null)) {
39          global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("HeuristicLab.MathematicalOptimization.LinearProgramming.Templates.ScriptTemplates" +
40                  "", typeof(ScriptTemplates).Assembly);
41          resourceMan = temp;
42        }
43        return resourceMan;
44      }
45    }
46
47    /// <summary>
48    ///   Overrides the current thread's CurrentUICulture property for all
49    ///   resource lookups using this strongly typed resource class.
50    /// </summary>
51    [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
52    internal static global::System.Globalization.CultureInfo Culture {
53      get {
54        return resourceCulture;
55      }
56      set {
57        resourceCulture = value;
58      }
59    }
60
61    /// <summary>
62    ///   Looks up a localized string similar to using System;
63    ///using System.Linq;
64    ///using System.Collections.Generic;
65    ///using Google.OrTools.LinearSolver;
66    ///using HeuristicLab.Common;
67    ///using HeuristicLab.Core;
68    ///using HeuristicLab.Data;
69    ///using HeuristicLab.MathematicalOptimization.LinearProgramming.Problems;
70    ///using HeuristicLab.Optimization;
71    ///using Variable = Google.OrTools.LinearSolver.Variable;
72    ///
73    ///namespace HeuristicLab.MathematicalOptimization.LinearProgramming {
74    ///
75    ///  public class CompiledLinearProgrammingProblemDefinition : CompiledProblemDefinition, ILi [rest of string was truncated]&quot;;.
76    /// </summary>
77    internal static string CompiledLinearProgrammingProblemDefinition {
78      get {
79        return ResourceManager.GetString("CompiledLinearProgrammingProblemDefinition", resourceCulture);
80      }
81    }
82  }
83}
Note: See TracBrowser for help on using the repository browser.