Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/08/19 12:15:55 (5 years ago)
Author:
chaider
Message:

#2971 updated description text for constraints input

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis.Views/3.4/ParsedConstraintView.designer.cs

    r16866 r16919  
    123123      this.label1.Size = new System.Drawing.Size(250, 182);
    124124      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 +
    127127                         "2. Specify the target variable between '-characters" + Environment.NewLine +
    128                          "3. Add the key word in" + Environment.NewLine +
    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 +
    131131                         "To define a derivation constraint: " + Environment.NewLine +
    132132                         "1. Start with d or \u2202" + Environment.NewLine +
    133133                         "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";
    137137      //
    138138      // constraintsOutput
Note: See TracChangeset for help on using the changeset viewer.