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
|
Rev | Line | |
---|
[6406] | 1 | using HeuristicLab.Core;
|
---|
[6475] | 2 | using HeuristicLab.Encodings.ScheduleEncoding;
|
---|
[6364] | 3 |
|
---|
[6406] | 4 | namespace 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.