- Timestamp:
- 06/21/12 18:02:33 (12 years ago)
- Location:
- branches/GP-MoveOperators
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP-MoveOperators
- Property svn:ignore
-
old new 20 20 bin 21 21 protoc.exe 22 _ReSharper.HeuristicLab 3.3 Tests
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/GP-MoveOperators/HeuristicLab.Optimization/3.3/Interfaces/IProblem.cs
r7259 r8085 29 29 /// </summary> 30 30 public interface IProblem : IParameterizedNamedItem { 31 IEnumerable<I Operator> Operators { get; }31 IEnumerable<IItem> Operators { get; } 32 32 33 33 event EventHandler OperatorsChanged;
Note: See TracChangeset
for help on using the changeset viewer.