Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/ISchedulingCreator.cs @ 6177

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

#1329: Implemented PriorityRulesVector based encoding and added new operators to the JSMEncoding. Added Gantt-Charts for visualization of schedules and problems.

File size: 254 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using HeuristicLab.Optimization;
6
7namespace HeuristicLab.Problems.Scheduling.Interfaces {
8  public interface ISchedulingCreator : ISolutionCreator {
9  }
10}
Note: See TracBrowser for help on using the repository browser.