- Timestamp:
- 06/14/12 10:58:51 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SimulationCore/HeuristicLab.SimulationCore/3.3/Scenario.cs
r6623 r8009 41 41 42 42 #region IProblem Members 43 public IEnumerable<I Operator> Operators {43 public IEnumerable<IItem> Operators { 44 44 get { return null; } 45 45 }
Note: See TracChangeset
for help on using the changeset viewer.