- Timestamp:
- 11/23/18 17:00:30 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2966_interval_calculation/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Interval.cs
r16323 r16326 25 25 using HeuristicLab.Common; 26 26 27 namespace HeuristicLab. Algorithms.DataAnalysis.KnowledgeIntegration.IntervalArithmetic{27 namespace HeuristicLab.Problems.DataAnalysis { 28 28 public class Interval : IEquatable<Interval> { 29 29 private double lowerBound;
Note: See TracChangeset
for help on using the changeset viewer.