Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/22/21 23:59:21 (3 years ago)
Author:
chaider
Message:

#3073 Worked on todos: resource file update, added constraints with checked state into list, fixed constructor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interpreter/IntervalArithBoundsEstimator.cs

    r17902 r17910  
    5353    private IntervalArithBoundsEstimator(StorableConstructorFlag _) : base(_) { }
    5454
    55     private IntervalArithBoundsEstimator(IntervalArithBoundsEstimator original, Cloner cloner) : base(original, cloner) { }
     55    protected IntervalArithBoundsEstimator(IntervalArithBoundsEstimator original, Cloner cloner) : base(original, cloner) { }
    5656
    5757    public IntervalArithBoundsEstimator() : base("Interval Arithmetic Bounds Estimator",
Note: See TracChangeset for help on using the changeset viewer.