Changeset 17900
- Timestamp:
- 03/16/21 14:00:05 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3073_IA_constraint_splitting_reintegration/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Interval/ShapeConstraint.cs
r17896 r17900 97 97 get => weight; 98 98 set { 99 if (weight <= 0.0) throw new ArgumentOutOfRangeException("Weight must be larger than zero."); 99 100 if (weight != value) { 100 101 weight = value;
Note: See TracChangeset
for help on using the changeset viewer.