Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/18/20 11:35:45 (4 years ago)
Author:
chaider
Message:

#3073 Added classes/views to define constraints

File:
1 edited

Legend:

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

    r17591 r17607  
    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" />
    192194    <Compile Include="Implementation\Regression\ConfidenceBoundRegressionSolution.cs" />
    193195    <Compile Include="Implementation\Regression\ConstantRegressionModel.cs" />
     
    303305    <Compile Include="Interfaces\IDataAnalysisModel.cs" />
    304306    <Compile Include="Interfaces\IDataAnalysisProblem.cs" />
     307    <Compile Include="ProblemDataConstraint.cs" />
    305308    <Compile Include="Properties\AssemblyInfo.cs" />
    306309  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.