1 | //------------------------------------------------------------------------------
|
---|
2 | // <auto-generated>
|
---|
3 | // This code was generated by a tool.
|
---|
4 | // Runtime Version:4.0.30319.34209
|
---|
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 |
|
---|
11 | namespace HeuristicLab.Problems.Programmable {
|
---|
12 |
|
---|
13 |
|
---|
14 | /// <summary>
|
---|
15 | /// A strongly-typed resource class, for looking up localized strings, etc.
|
---|
16 | /// </summary>
|
---|
17 | // This class was auto-generated by the StronglyTypedResourceBuilder
|
---|
18 | // class via a tool like ResGen or Visual Studio.
|
---|
19 | // To add or remove a member, edit your .ResX file then rerun ResGen
|
---|
20 | // with the /str option, or rebuild your VS project.
|
---|
21 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
---|
22 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
23 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
---|
24 | public class ScriptTemplates {
|
---|
25 |
|
---|
26 | private static global::System.Resources.ResourceManager resourceMan;
|
---|
27 |
|
---|
28 | private static global::System.Globalization.CultureInfo resourceCulture;
|
---|
29 |
|
---|
30 | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
---|
31 | internal ScriptTemplates() {
|
---|
32 | }
|
---|
33 |
|
---|
34 | /// <summary>
|
---|
35 | /// Returns the cached ResourceManager instance used by this class.
|
---|
36 | /// </summary>
|
---|
37 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
---|
38 | public static global::System.Resources.ResourceManager ResourceManager {
|
---|
39 | get {
|
---|
40 | if (object.ReferenceEquals(resourceMan, null)) {
|
---|
41 | global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("HeuristicLab.Problems.Programmable.Templates.ScriptTemplates", typeof(ScriptTemplates).Assembly);
|
---|
42 | resourceMan = temp;
|
---|
43 | }
|
---|
44 | return resourceMan;
|
---|
45 | }
|
---|
46 | }
|
---|
47 |
|
---|
48 | /// <summary>
|
---|
49 | /// Overrides the current thread's CurrentUICulture property for all
|
---|
50 | /// resource lookups using this strongly typed resource class.
|
---|
51 | /// </summary>
|
---|
52 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
---|
53 | public static global::System.Globalization.CultureInfo Culture {
|
---|
54 | get {
|
---|
55 | return resourceCulture;
|
---|
56 | }
|
---|
57 | set {
|
---|
58 | resourceCulture = value;
|
---|
59 | }
|
---|
60 | }
|
---|
61 |
|
---|
62 | /// <summary>
|
---|
63 | /// Looks up a localized string similar to using System;
|
---|
64 | ///using System.Linq;
|
---|
65 | ///using System.Collections.Generic;
|
---|
66 | ///using HeuristicLab.Common;
|
---|
67 | ///using HeuristicLab.Core;
|
---|
68 | ///using HeuristicLab.Data;
|
---|
69 | ///using ENCODING_NAMESPACE;
|
---|
70 | ///using HeuristicLab.Optimization;
|
---|
71 | ///using HeuristicLab.Problems.Programmable;
|
---|
72 | ///
|
---|
73 | ///namespace HeuristicLab.Problems.Programmable {
|
---|
74 | /// public class CompiledSingleObjectiveProblemDefinition : CompiledMultiObjectiveProblemDefinition<ENCODING_CLASS, SOLUTION_CLASS> {
|
---|
75 | /// public override bool[] Maximization { get { return new[] { false, false [rest of string was truncated]";.
|
---|
76 | /// </summary>
|
---|
77 | public static string MultiObjectiveCombinedEncodingProblem_Template {
|
---|
78 | get {
|
---|
79 | return ResourceManager.GetString("MultiObjectiveCombinedEncodingProblem_Template", resourceCulture);
|
---|
80 | }
|
---|
81 | }
|
---|
82 |
|
---|
83 | /// <summary>
|
---|
84 | /// Looks up a localized string similar to using System;
|
---|
85 | ///using System.Linq;
|
---|
86 | ///using System.Collections.Generic;
|
---|
87 | ///using HeuristicLab.Common;
|
---|
88 | ///using HeuristicLab.Core;
|
---|
89 | ///using HeuristicLab.Data;
|
---|
90 | ///using ENCODING_NAMESPACE;
|
---|
91 | ///using HeuristicLab.Optimization;
|
---|
92 | ///using HeuristicLab.Problems.Programmable;
|
---|
93 | ///
|
---|
94 | ///namespace HeuristicLab.Problems.Programmable {
|
---|
95 | /// public class CompiledSingleObjectiveProblemDefinition : CompiledMultiObjectiveProblemDefinition<ENCODING_CLASS, SOLUTION_CLASS> {
|
---|
96 | /// public override bool[] Maximization { get { return new[] { false, false [rest of string was truncated]";.
|
---|
97 | /// </summary>
|
---|
98 | public static string MultiObjectiveProblem_Template {
|
---|
99 | get {
|
---|
100 | return ResourceManager.GetString("MultiObjectiveProblem_Template", resourceCulture);
|
---|
101 | }
|
---|
102 | }
|
---|
103 |
|
---|
104 | /// <summary>
|
---|
105 | /// Looks up a localized string similar to using System;
|
---|
106 | ///using System.Linq;
|
---|
107 | ///using System.Collections.Generic;
|
---|
108 | ///using HeuristicLab.Common;
|
---|
109 | ///using HeuristicLab.Core;
|
---|
110 | ///using HeuristicLab.Data;
|
---|
111 | ///using ENCODING_NAMESPACE;
|
---|
112 | ///using HeuristicLab.Optimization;
|
---|
113 | ///using HeuristicLab.Problems.Programmable;
|
---|
114 | ///
|
---|
115 | ///namespace HeuristicLab.Problems.Programmable {
|
---|
116 | /// public class CompiledSingleObjectiveProblemDefinition : CompiledSingleObjectiveProblemDefinition<ENCODING_CLASS, SOLUTION_CLASS> {
|
---|
117 | /// public override bool Maximization { get { return false; } }
|
---|
118 | ///
|
---|
119 | /// pub [rest of string was truncated]";.
|
---|
120 | /// </summary>
|
---|
121 | public static string SingleObjectiveCombinedEncodingProblem_Template {
|
---|
122 | get {
|
---|
123 | return ResourceManager.GetString("SingleObjectiveCombinedEncodingProblem_Template", resourceCulture);
|
---|
124 | }
|
---|
125 | }
|
---|
126 |
|
---|
127 | /// <summary>
|
---|
128 | /// Looks up a localized string similar to using System;
|
---|
129 | ///using System.Linq;
|
---|
130 | ///using System.Collections.Generic;
|
---|
131 | ///using HeuristicLab.Common;
|
---|
132 | ///using HeuristicLab.Core;
|
---|
133 | ///using HeuristicLab.Data;
|
---|
134 | ///using ENCODING_NAMESPACE;
|
---|
135 | ///using HeuristicLab.Optimization;
|
---|
136 | ///using HeuristicLab.Problems.Programmable;
|
---|
137 | ///
|
---|
138 | ///namespace HeuristicLab.Problems.Programmable {
|
---|
139 | /// public class CompiledSingleObjectiveProblemDefinition : CompiledSingleObjectiveProblemDefinition<ENCODING_CLASS, SOLUTION_CLASS> {
|
---|
140 | /// public override bool Maximization { get { return false; } }
|
---|
141 | ///
|
---|
142 | /// pub [rest of string was truncated]";.
|
---|
143 | /// </summary>
|
---|
144 | public static string SingleObjectiveProblem_Template {
|
---|
145 | get {
|
---|
146 | return ResourceManager.GetString("SingleObjectiveProblem_Template", resourceCulture);
|
---|
147 | }
|
---|
148 | }
|
---|
149 | }
|
---|
150 | }
|
---|