Changeset 4345
- Timestamp:
- 08/31/10 12:36:47 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Core/3.3/Constraints/Constraint.cs
r4160 r4345 197 197 198 198 clone.constraintOperation = this.constraintOperation; 199 clone.active = this.active;200 199 201 200 return clone;
Note: See TracChangeset
for help on using the changeset viewer.