Changeset 17791
- Timestamp:
- 12/15/20 14:23:10 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3073_IA_constraint_splitting/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/IntervalUtil.cs
r17773 r17791 45 45 } 46 46 47 return error * constraint.Weight;47 return error; 48 48 //Interval resultInterval; 49 49 //if (!constraint.IsDerivative) {
Note: See TracChangeset
for help on using the changeset viewer.