source:
branches/Scheduling/HeuristicLab.Encodings.ScheduleEncoding/3.3/Interfaces/IScheduleCreator.cs
@
7116
Last change on this file since 7116 was 6406, checked in by jhelm, 14 years ago | |
---|---|
File size: 177 bytes |
Rev | Line | |
---|---|---|
[6406] | 1 | using HeuristicLab.Optimization; |
2 | ||
3 | namespace HeuristicLab.Encodings.ScheduleEncoding { | |
4 | public interface IScheduleCreator : ISolutionCreator, IScheduleOperator { | |
5 | } | |
6 | } |
Note: See TracBrowser
for help on using the repository browser.