Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/12/21 14:00:36 (4 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/3.4/HeuristicLab.Problems.DataAnalysis-3.4.csproj

    r17768 r17887  
    190190    <Compile Include="Implementation\Interval\Interval.cs" />
    191191    <Compile Include="Implementation\Interval\IntervalCollection.cs" />
    192     <Compile Include="Implementation\Interval\IntervalConstraint.cs" />
    193     <Compile Include="Implementation\Interval\IntervalConstraintsParser.cs" />
     192    <Compile Include="Implementation\Interval\ShapeConstraint.cs" />
     193    <Compile Include="Implementation\Interval\ShapeConstraintsParser.cs" />
    194194    <Compile Include="Implementation\Regression\ConfidenceBoundRegressionSolution.cs" />
    195195    <Compile Include="Implementation\Regression\ConstantRegressionModel.cs" />
    196196    <Compile Include="Implementation\Regression\ConstantRegressionSolution.cs" />
     197    <Compile Include="Implementation\Regression\ShapeConstraints.cs" />
    197198    <Compile Include="Implementation\Regression\RegressionEnsembleProblemData.cs" />
    198199    <Compile Include="Implementation\Regression\RegressionEnsembleModel.cs">
     
    306307    <Compile Include="Interfaces\IDataAnalysisModel.cs" />
    307308    <Compile Include="Interfaces\IDataAnalysisProblem.cs" />
    308     <Compile Include="ProblemDataConstraint.cs" />
    309309    <Compile Include="Properties\AssemblyInfo.cs" />
    310310  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.