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