- Timestamp:
- 04/13/21 09:08:26 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Interval/ShapeConstraint.cs
r17906 r17937 35 35 public string Variable { 36 36 get => variable; 37 privateset {37 set { 38 38 if (variable == value) 39 39 return; … … 149 149 Weight = original.weight; 150 150 } 151 151 152 152 153 public event EventHandler Changed;
Note: See TracChangeset
for help on using the changeset viewer.