Changeset 16326
- Timestamp:
- 11/23/18 17:00:30 (6 years ago)
- Location:
- branches/2966_interval_calculation
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2966_interval_calculation/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interpreter/Intervalnterpreter.cs
r16323 r16326 2 2 using System.Collections.Generic; 3 3 using System.Linq; 4 using HeuristicLab.Algorithms.DataAnalysis.KnowledgeIntegration.IntervalArithmetic;5 4 using HeuristicLab.Common; 6 5 using HeuristicLab.Core; -
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.