1 | //------------------------------------------------------------------------------
|
---|
2 | // <auto-generated>
|
---|
3 | // This code was generated by a tool.
|
---|
4 | // Runtime Version:4.0.30319.18052
|
---|
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.GPDL.Views.Properties {
|
---|
12 | using System;
|
---|
13 |
|
---|
14 |
|
---|
15 | /// <summary>
|
---|
16 | /// A strongly-typed resource class, for looking up localized strings, etc.
|
---|
17 | /// </summary>
|
---|
18 | // This class was auto-generated by the StronglyTypedResourceBuilder
|
---|
19 | // class via a tool like ResGen or Visual Studio.
|
---|
20 | // To add or remove a member, edit your .ResX file then rerun ResGen
|
---|
21 | // with the /str option, or rebuild your VS project.
|
---|
22 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
---|
23 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
24 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
---|
25 | internal class Resources {
|
---|
26 |
|
---|
27 | private static global::System.Resources.ResourceManager resourceMan;
|
---|
28 |
|
---|
29 | private static global::System.Globalization.CultureInfo resourceCulture;
|
---|
30 |
|
---|
31 | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
---|
32 | internal Resources() {
|
---|
33 | }
|
---|
34 |
|
---|
35 | /// <summary>
|
---|
36 | /// Returns the cached ResourceManager instance used by this class.
|
---|
37 | /// </summary>
|
---|
38 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
---|
39 | internal static global::System.Resources.ResourceManager ResourceManager {
|
---|
40 | get {
|
---|
41 | if (object.ReferenceEquals(resourceMan, null)) {
|
---|
42 | global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("HeuristicLab.Problems.GPDL.Views.Properties.Resources", typeof(Resources).Assembly);
|
---|
43 | resourceMan = temp;
|
---|
44 | }
|
---|
45 | return resourceMan;
|
---|
46 | }
|
---|
47 | }
|
---|
48 |
|
---|
49 | /// <summary>
|
---|
50 | /// Overrides the current thread's CurrentUICulture property for all
|
---|
51 | /// resource lookups using this strongly typed resource class.
|
---|
52 | /// </summary>
|
---|
53 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
---|
54 | internal static global::System.Globalization.CultureInfo Culture {
|
---|
55 | get {
|
---|
56 | return resourceCulture;
|
---|
57 | }
|
---|
58 | set {
|
---|
59 | resourceCulture = value;
|
---|
60 | }
|
---|
61 | }
|
---|
62 |
|
---|
63 | /// <summary>
|
---|
64 | /// Looks up a localized string similar to PROBLEM ArtificialAnt
|
---|
65 | ///
|
---|
66 | ///CODE <<
|
---|
67 | ///public struct Point {
|
---|
68 | /// public int x; public int y;
|
---|
69 | /// public Point(int x, int y) {
|
---|
70 | /// this.x = x;
|
---|
71 | /// this.y = y;
|
---|
72 | /// }
|
---|
73 | ///};
|
---|
74 | ///
|
---|
75 | ///class World {
|
---|
76 | ///
|
---|
77 | ///private static string[] LosAltosTrail = new string[] {
|
---|
78 | ///" ### ",
|
---|
79 | ///" # .###.. ",
|
---|
80 | ///" # # # ",
|
---|
81 | ///" # # # ",
|
---|
82 | ///" ####.##### .############.. . ",
|
---|
83 | ///" # [rest of string was truncated]";.
|
---|
84 | /// </summary>
|
---|
85 | internal static string Artificial_Ant {
|
---|
86 | get {
|
---|
87 | return ResourceManager.GetString("Artificial_Ant", resourceCulture);
|
---|
88 | }
|
---|
89 | }
|
---|
90 |
|
---|
91 | /// <summary>
|
---|
92 | /// Looks up a localized string similar to PROBLEM EvenParity
|
---|
93 | ///CODE <<
|
---|
94 | /// const int N = 5;
|
---|
95 | ///>>
|
---|
96 | ///
|
---|
97 | ///NONTERMINALS
|
---|
98 | /// Expr<<bool[] d, out bool p>>.
|
---|
99 | /// AND<<bool[] d, out bool p>>.
|
---|
100 | /// OR<<bool[] d, out bool p>>.
|
---|
101 | /// NAND<<bool[] d, out bool p>>.
|
---|
102 | /// NOR<<bool[] d, out bool p>>.
|
---|
103 | ///
|
---|
104 | ///TERMINALS
|
---|
105 | /// D<<out int val>>
|
---|
106 | /// CONSTRAINTS
|
---|
107 | /// val IN SET <<Enumerable.Range(0, N);>>
|
---|
108 | /// .
|
---|
109 | ///
|
---|
110 | ///RULES
|
---|
111 | /// Expr<<bool[] d, out bool p>> = LOCAL<< int val = 0; >>
|
---|
112 | /// AND<<d, out p>>
|
---|
113 | /// | OR<<d, out p>>
|
---|
114 | /// | NAND<<d, out p>>
|
---|
115 | /// | NOR<<d, out p [rest of string was truncated]";.
|
---|
116 | /// </summary>
|
---|
117 | internal static string EvenParity {
|
---|
118 | get {
|
---|
119 | return ResourceManager.GetString("EvenParity", resourceCulture);
|
---|
120 | }
|
---|
121 | }
|
---|
122 |
|
---|
123 | /// <summary>
|
---|
124 | /// Looks up a localized string similar to PROBLEM Factorial
|
---|
125 | ///CODE<<
|
---|
126 | /// string[] allTerminals = new string[] {"a", "b", "c", "d", "e", "n"} ;
|
---|
127 | /// SymTab symTab = new SymTab();
|
---|
128 | ///
|
---|
129 | /// class SymTab {
|
---|
130 | /// private Dictionary<string, int> values = new Dictionary<string,int>();
|
---|
131 | /// public void SetValue(string id, int val) {
|
---|
132 | /// values[id] = val;
|
---|
133 | /// }
|
---|
134 | /// public int GetValue(string id) {
|
---|
135 | /// int val = 0;
|
---|
136 | /// values.TryGetValue(id, out val);
|
---|
137 | /// return val;
|
---|
138 | /// }
|
---|
139 | /// }
|
---|
140 | ///>>
|
---|
141 | ///
|
---|
142 | ///NONTERMINALS
|
---|
143 | /// Program<<int n, out int r>>. [rest of string was truncated]";.
|
---|
144 | /// </summary>
|
---|
145 | internal static string Factorial {
|
---|
146 | get {
|
---|
147 | return ResourceManager.GetString("Factorial", resourceCulture);
|
---|
148 | }
|
---|
149 | }
|
---|
150 |
|
---|
151 | /// <summary>
|
---|
152 | /// Looks up a localized string similar to PROBLEM Fib
|
---|
153 | ///CODE<<
|
---|
154 | /// string[] allTerminals = new string[] {"a", "b", "c", "d", "e", "n"} ;
|
---|
155 | /// SymTab symTab = new SymTab();
|
---|
156 | ///
|
---|
157 | /// class SymTab {
|
---|
158 | /// private Dictionary<string, int> values = new Dictionary<string,int>();
|
---|
159 | /// public void SetValue(string id, int val) {
|
---|
160 | /// values[id] = val;
|
---|
161 | /// }
|
---|
162 | /// public int GetValue(string id) {
|
---|
163 | /// int val = 0;
|
---|
164 | /// values.TryGetValue(id, out val);
|
---|
165 | /// return val;
|
---|
166 | /// }
|
---|
167 | /// }
|
---|
168 | ///>>
|
---|
169 | ///
|
---|
170 | ///NONTERMINALS
|
---|
171 | /// Program<<int n, out int r>>. [rest of string was truncated]";.
|
---|
172 | /// </summary>
|
---|
173 | internal static string Fib {
|
---|
174 | get {
|
---|
175 | return ResourceManager.GetString("Fib", resourceCulture);
|
---|
176 | }
|
---|
177 | }
|
---|
178 |
|
---|
179 | /// <summary>
|
---|
180 | /// Looks up a localized string similar to <!-- Syntax definition of GPDL for AvalonEdit syntax highlighting -->
|
---|
181 | ///<SyntaxDefinition name="GPDL"
|
---|
182 | /// xmlns="http://icsharpcode.net/sharpdevelop/syntaxdefinition/2008">
|
---|
183 | /// <Color name="Comment" foreground="Green" />
|
---|
184 | /// <Color name="SourceCode" foreground="SlateGray" />
|
---|
185 | ///
|
---|
186 | /// <!-- This is the main ruleset. -->
|
---|
187 | /// <RuleSet ignoreCase="true">
|
---|
188 | /// <Span color="Comment" multiline="true" begin="/\*" end="\*/" />
|
---|
189 | /// <Span color="SourceCode" multiline="true" begin="&lt;&lt;" end="&gt;&gt;">
|
---|
190 | /// <RuleSe [rest of string was truncated]";.
|
---|
191 | /// </summary>
|
---|
192 | internal static string GPDL {
|
---|
193 | get {
|
---|
194 | return ResourceManager.GetString("GPDL", resourceCulture);
|
---|
195 | }
|
---|
196 | }
|
---|
197 |
|
---|
198 | /// <summary>
|
---|
199 | /// Looks up a localized string similar to PROBLEM LawnMower
|
---|
200 | ///
|
---|
201 | ///CODE <<
|
---|
202 | /// public int Width { get { return 8; } }
|
---|
203 | /// public int Height { get { return 8; } }
|
---|
204 | ///
|
---|
205 | /// enum Direction {West, East, North, South};
|
---|
206 | ///
|
---|
207 | /// class World {
|
---|
208 | /// private bool[,] mowed = new bool[Width, Height];
|
---|
209 | /// public World() {
|
---|
210 | /// Reset();
|
---|
211 | /// }
|
---|
212 | /// public void Reset() {
|
---|
213 | /// for(int col = 0; col < Width; col++)
|
---|
214 | /// for(int row = 0; row < Height; row++) {
|
---|
215 | /// mowed[col, row] = false;
|
---|
216 | /// }
|
---|
217 | /// }
|
---|
218 | /// public void SetCellMowed(int col, int row) {
|
---|
219 | /// m [rest of string was truncated]";.
|
---|
220 | /// </summary>
|
---|
221 | internal static string LawnMower {
|
---|
222 | get {
|
---|
223 | return ResourceManager.GetString("LawnMower", resourceCulture);
|
---|
224 | }
|
---|
225 | }
|
---|
226 |
|
---|
227 | /// <summary>
|
---|
228 | /// Looks up a localized string similar to PROBLEM MultiOutputMultiplier
|
---|
229 | ///
|
---|
230 | ///CODE <<
|
---|
231 | /// const int N = 4;
|
---|
232 | /// class State { public bool[] x1; public bool[] x2; public bool[] output; }
|
---|
233 | /// private void GenerateProblemData(int n, out bool[][] a, out bool[][] b, out bool[][] expectedOutput) {
|
---|
234 | /// var nConfigurations = (int)Math.Pow(2, n);
|
---|
235 | /// var e = from i in Enumerable.Range(0, nConfigurations)
|
---|
236 | /// from j in Enumerable.Range(0, i+1)
|
---|
237 | /// select new {a = ToBitArray(N, i), b = ToBitArray(N, j), res = ToBitArray(2*N, i*j) };
|
---|
238 | ///
|
---|
239 | /// a [rest of string was truncated]";.
|
---|
240 | /// </summary>
|
---|
241 | internal static string multi_output_multiplier {
|
---|
242 | get {
|
---|
243 | return ResourceManager.GetString("multi_output_multiplier", resourceCulture);
|
---|
244 | }
|
---|
245 | }
|
---|
246 |
|
---|
247 | /// <summary>
|
---|
248 | /// Looks up a localized string similar to PROBLEM Multiplexer
|
---|
249 | ///
|
---|
250 | ///NONTERMINALS
|
---|
251 | /// Expr<<bool[] d, out bool o>>.
|
---|
252 | /// AND<<bool[] d, out bool o>>.
|
---|
253 | /// OR<<bool[] d, out bool o>>.
|
---|
254 | /// NOT<<bool[] d, out bool o>>.
|
---|
255 | /// IF<<bool[] d, out bool o>>.
|
---|
256 | ///
|
---|
257 | ///TERMINALS
|
---|
258 | /// A0. A1. A2. D0. D1. D2. D3. D4. D5. D6. D7.
|
---|
259 | ///
|
---|
260 | ///RULES
|
---|
261 | /// Expr<<bool[] d, out bool o>> =
|
---|
262 | /// AND<<d, out o>>
|
---|
263 | /// | OR<<d, out o>>
|
---|
264 | /// | NOT<<d, out o>>
|
---|
265 | /// | IF<<d, out o>>
|
---|
266 | /// | A0 SEM<< o = d[0]; >>
|
---|
267 | /// | A1 [rest of string was truncated]";.
|
---|
268 | /// </summary>
|
---|
269 | internal static string Multiplexer {
|
---|
270 | get {
|
---|
271 | return ResourceManager.GetString("Multiplexer", resourceCulture);
|
---|
272 | }
|
---|
273 | }
|
---|
274 |
|
---|
275 | /// <summary>
|
---|
276 | /// Looks up a localized string similar to PROBLEM SymbReg
|
---|
277 | ///
|
---|
278 | ///CODE <<
|
---|
279 | /// double[,] x;
|
---|
280 | /// double[] y;
|
---|
281 | /// string[] variableNames;
|
---|
282 | /// Dictionary<string,int> nameToCol;
|
---|
283 | ///
|
---|
284 | /// double GetValue(double[,] data, string varName, int row) {
|
---|
285 | /// if(nameToCol == null) {
|
---|
286 | /// /* init mapping */
|
---|
287 | /// nameToCol = new Dictionary<string, int>();
|
---|
288 | /// for(int i=0; i<variableNames.Length; i++) {
|
---|
289 | /// nameToCol[variableNames[i]] = i;
|
---|
290 | /// }
|
---|
291 | /// }
|
---|
292 | /// return x[row, nameToCol[varName]];
|
---|
293 | /// }
|
---|
294 | ///
|
---|
295 | /// double RSquared(IEnumerable<double> xs, IEnumerable<double> [rest of string was truncated]";.
|
---|
296 | /// </summary>
|
---|
297 | internal static string symbreg_HEAL {
|
---|
298 | get {
|
---|
299 | return ResourceManager.GetString("symbreg_HEAL", resourceCulture);
|
---|
300 | }
|
---|
301 | }
|
---|
302 |
|
---|
303 | /// <summary>
|
---|
304 | /// Looks up a localized string similar to PROBLEM SymbRegKoza
|
---|
305 | ///CODE <<
|
---|
306 | /// double[,] x;
|
---|
307 | /// double[] y;
|
---|
308 | /// string[] variableNames;
|
---|
309 | /// Dictionary<string,int> nameToCol;
|
---|
310 | ///
|
---|
311 | /// double GetValue(double[,] data, string varName, int row) {
|
---|
312 | /// if(nameToCol == null) {
|
---|
313 | /// /* init mapping */
|
---|
314 | /// nameToCol = new Dictionary<string, int>();
|
---|
315 | /// for(int i=0; i<variableNames.Length; i++) {
|
---|
316 | /// nameToCol[variableNames[i]] = i;
|
---|
317 | /// }
|
---|
318 | /// }
|
---|
319 | /// return x[row, nameToCol[varName]];
|
---|
320 | /// }
|
---|
321 | ///
|
---|
322 | /// double RSquared(IEnumerable<double> xs, IEnumerable<double [rest of string was truncated]";.
|
---|
323 | /// </summary>
|
---|
324 | internal static string symbreg_Koza {
|
---|
325 | get {
|
---|
326 | return ResourceManager.GetString("symbreg_Koza", resourceCulture);
|
---|
327 | }
|
---|
328 | }
|
---|
329 | }
|
---|
330 | }
|
---|