source:
branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/IJSSPOperator.cs
@
7448
Last change on this file since 7448 was 6475, checked in by jhelm, 13 years ago | |
---|---|
File size: 244 bytes |
Line | |
---|---|
1 | using HeuristicLab.Core; |
2 | using HeuristicLab.Encodings.ScheduleEncoding; |
3 | |
4 | namespace HeuristicLab.Problems.Scheduling { |
5 | public interface IJSSPOperator : IOperator { |
6 | ILookupParameter<ItemList<Job>> JobDataParameter { get; } |
7 | } |
8 | } |
Note: See TracBrowser
for help on using the repository browser.