Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Scheduling/HeuristicLab.Encodings.ScheduleEncoding/3.3/Interfaces/IScheduleCreator.cs @ 6406

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

#1329: Applied suggestions from codereview. Added unit-tests. Renamed encoding-project.

File size: 177 bytes
Line 
1using HeuristicLab.Optimization;
2
3namespace HeuristicLab.Encodings.ScheduleEncoding {
4  public interface IScheduleCreator : ISolutionCreator, IScheduleOperator {
5  }
6}
Note: See TracBrowser for help on using the repository browser.