Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.Scheduling/3.3/Interfaces/IJSSPOperator.cs @ 8757

Last change on this file since 8757 was 6475, checked in by jhelm, 13 years ago

#1329: Added DirectSchedule-Classes for optimization with the direct-schedule encoding.

File size: 244 bytes
Line 
1using HeuristicLab.Core;
2using HeuristicLab.Encodings.ScheduleEncoding;
3
4namespace 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.