Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Scheduling/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
RevLine 
[6406]1using HeuristicLab.Core;
[6475]2using HeuristicLab.Encodings.ScheduleEncoding;
[6364]3
[6406]4namespace HeuristicLab.Problems.Scheduling {
[6364]5  public interface IJSSPOperator : IOperator {
[6406]6    ILookupParameter<ItemList<Job>> JobDataParameter { get; }
[6364]7  }
8}
Note: See TracBrowser for help on using the repository browser.