Changeset 764 for trunk/sources/HeuristicLab.Constraints/TrueConstraint.cs
- Timestamp:
- 11/15/08 19:55:13 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Constraints/TrueConstraint.cs
r2 r764 42 42 } 43 43 44 public override void Accept(IConstraintVisitor visitor) {45 visitor.Visit(this);46 }47 48 49 44 public override bool Check(IItem data) { 50 45 return true;
Note: See TracChangeset
for help on using the changeset viewer.