Free cookie consent management tool by TermsFeed Policy Generator

Changeset 17763


Ignore:
Timestamp:
09/27/20 22:20:55 (4 years ago)
Author:
chaider
Message:

#3073 Added interface for bound estimators and added an IABoundEstimator

Location:
branches/3073_IA_constraint_splitting/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3073_IA_constraint_splitting/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj

    r17628 r17763  
    231231    <Compile Include="Importer\SymbolicExpressionImporter.cs" />
    232232    <Compile Include="Importer\Token.cs" />
     233    <Compile Include="Interfaces\IBoundsEstimator.cs" />
    233234    <Compile Include="Interfaces\IModelBacktransformator.cs" />
    234235    <Compile Include="Interfaces\IVariableTreeNode.cs" />
     
    236237    <Compile Include="Interpreter\BatchInstruction.cs" />
    237238    <Compile Include="Interpreter\BatchOperations.cs" />
     239    <Compile Include="Interpreter\IABoundsEstimator.cs" />
    238240    <Compile Include="Interpreter\IntervalInterpreter.cs" />
    239241    <Compile Include="Interpreter\SymbolicDataAnalysisExpressionCompiledTreeInterpreter.cs" />
Note: See TracChangeset for help on using the changeset viewer.