Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/12/21 14:00:36 (3 years ago)
Author:
gkronber
Message:

#3073: intermediate comment while refactoring the branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3073_IA_constraint_splitting_reintegration/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interpreter/IABoundsEstimator.cs

    r17880 r17887  
    461461    }
    462462
    463     public IDictionary<ISymbolicExpressionTreeNode, Interval> GetModelNodesBounds(
     463    public IDictionary<ISymbolicExpressionTreeNode, Interval> GetModelNodeBounds(
    464464      ISymbolicExpressionTree tree, IntervalCollection variableRanges) {
    465465      throw new NotImplementedException();
     
    467467
    468468    public double CheckConstraint(
    469       ISymbolicExpressionTree tree, IntervalCollection variableRanges, IntervalConstraint constraint) {
     469      ISymbolicExpressionTree tree, IntervalCollection variableRanges, ShapeConstraint constraint) {
    470470      var occuringVariableRanges = GetOccurringVariableRanges(tree, variableRanges);
    471471      var instructions = PrepareInterpreterState(tree, occuringVariableRanges);
Note: See TracChangeset for help on using the changeset viewer.