- Timestamp:
- 09/14/11 13:59:25 (13 years ago)
- Location:
- branches/PersistenceSpeedUp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceSpeedUp
- Property svn:ignore
-
old new 12 12 *.psess 13 13 *.vsp 14 *.docstates
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/PersistenceSpeedUp/HeuristicLab.Core/3.3/Constraints/Constraint.cs
r5445 r6760 48 48 protected Constraint() { 49 49 this.Active = false; 50 if (AllowedConstraintOperations != null && AllowedConstraintOperations. Count() != 0)50 if (AllowedConstraintOperations != null && AllowedConstraintOperations.Any()) 51 51 this.ConstraintOperation = AllowedConstraintOperations.ElementAt(0); 52 52 }
Note: See TracChangeset
for help on using the changeset viewer.