Free cookie consent management tool by TermsFeed Policy Generator

Changeset 3592


Ignore:
Timestamp:
05/03/10 16:30:00 (14 years ago)
Author:
mkommend
Message:

added first version of constraints (ticket #996)

Location:
trunk/sources/HeuristicLab.Data/3.3
Files:
7 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Data/3.3/HeuristicLab.Data-3.3.csproj

    r3384 r3592  
    105105    <Compile Include="Comparison.cs" />
    106106    <Compile Include="ComparisonType.cs" />
     107    <Compile Include="Constraints\ComparisonOperation.cs" />
     108    <Compile Include="Constraints\TypeConstraint.cs" />
     109    <Compile Include="Constraints\ComparisonConstraint.cs" />
     110    <Compile Include="Constraints\Constraint.cs" />
     111    <Compile Include="Constraints\EqualityConstraint.cs" />
     112    <Compile Include="Constraints\IConstraint.cs" />
    107113    <Compile Include="PercentValue.cs" />
    108114    <Compile Include="DateTimeValue.cs" />
Note: See TracChangeset for help on using the changeset viewer.