Changeset 17768 for branches/3073_IA_constraint_splitting/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interfaces
- Timestamp:
- 10/02/20 11:36:34 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3073_IA_constraint_splitting/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interfaces/IBoundsEstimator.cs
r17763 r17768 16 16 ISymbolicExpressionTree tree, IntervalCollection variableRanges); 17 17 18 double CheckConstraint( 19 ISymbolicExpressionTree tree, IntervalCollection variableRanges, IntervalConstraint constraint); 20 21 bool IsCompatible(ISymbolicExpressionTree tree); 22 18 23 int EvaluatedSolutions { get; set; } 19 }24 } 20 25 }
Note: See TracChangeset
for help on using the changeset viewer.