Changeset 16919 for branches/2971_named_intervals
- Timestamp:
- 05/08/19 12:15:55 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis.Views/3.4/ParsedConstraintView.designer.cs
r16866 r16919 123 123 this.label1.Size = new System.Drawing.Size(250, 182); 124 124 this.label1.TabIndex = 0; 125 this.label1.Text = "To define Target Variable constraints:" + Environment.NewLine +126 "1. Start the definition with Target:" + Environment.NewLine +125 this.label1.Text = "To define target variable constraints:" + Environment.NewLine + 126 "1. Start the definition with target:" + Environment.NewLine + 127 127 "2. Specify the target variable between '-characters" + Environment.NewLine + 128 "3. Add the key 129 "4. Specify the Interval with [lowerbound .. upperbound]" + Environment.NewLine +130 "5. Square bracket open or closed specify open or closed interval" + Environment.NewLine + Environment.NewLine +128 "3. Add the keyword in" + Environment.NewLine + 129 "4. Specify the interval with [lowerbound .. upperbound]" + Environment.NewLine + 130 "5. Open or closed square brackets denotes if an interval is open or closed" + Environment.NewLine + Environment.NewLine + 131 131 "To define a derivation constraint: " + Environment.NewLine + 132 132 "1. Start with d or \u2202" + Environment.NewLine + 133 133 "2. Specify the target between '-characters" + Environment.NewLine + 134 "3. add space and / and space" + Environment.NewLine +135 "4. add derivation variable between '-characters'" + Environment.NewLine +136 "5. Follow the steps 3-5 fro mabove";134 "3. Seperate taget and derivation variable with /" + Environment.NewLine + 135 "4. Add derivation variable between '-characters'" + Environment.NewLine + 136 "5. Follow the steps 3-5 from above"; 137 137 // 138 138 // constraintsOutput
Note: See TracChangeset
for help on using the changeset viewer.