Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/19/19 10:57:30 (5 years ago)
Author:
chaider
Message:

#2971 added getter and setter for variable ranges and interval constraints

File:
1 edited

Legend:

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

    r16830 r16841  
    1 namespace HeuristicLab.Problems.DataAnalysis.Views {
     1using System;
     2
     3namespace HeuristicLab.Problems.DataAnalysis.Views {
    24  partial class ParsedConstraintView {
    35    /// <summary>
     
    101103      this.label1.Size = new System.Drawing.Size(250, 182);
    102104      this.label1.TabIndex = 0;
    103       this.label1.Text = resources.GetString("label1.Text");
     105      this.label1.Text = "To define Target Variable constraints:" + Environment.NewLine +
     106                         "1. Start the definition with Target:" + Environment.NewLine +
     107                         "2. Specify the target variable" + Environment.NewLine +
     108                         "3. Add the key word in" + Environment.NewLine +
     109                         "4. Specify the Interval with [lowerbound .. upperbound]" + Environment.NewLine +
     110                         "5. Square bracket open or closed specify open or closed interval" + Environment.NewLine + Environment.NewLine +
     111                         "To define a derivation constraint: " + Environment.NewLine +
     112                         "1. Start with d or \u2202" + Environment.NewLine +
     113                         "2. Specify the target" + Environment.NewLine +
     114                         "3. add space and / and space" + Environment.NewLine +
     115                         "4. add derivation variable then follow step 4-5 from mabove";
    104116      //
    105117      // constraintsOutput
Note: See TracChangeset for help on using the changeset viewer.