- Timestamp:
- 08/31/11 11:52:11 (14 years ago)
- Location:
- branches/GeneralizedQAP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP
- Property svn:mergeinfo changed
/trunk/sources (added) merged: 6648-6649,6652-6656,6661-6674,6676-6681,6684
- Property svn:mergeinfo changed
-
branches/GeneralizedQAP/HeuristicLab.Core/3.3/Constraints/Constraint.cs
r5445 r6685 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.