Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/15/11 11:52:09 (14 years ago)
Author:
jhelm
Message:

#1329: Fixed a bug in !PRVCrossover-Operators.

Location:
branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Plugin.cs

    r6412 r6414  
    2323
    2424namespace HeuristicLab.Problems.Scheduling {
    25   [Plugin("HeuristicLab.Problems.Scheduling", "3.3.3.6406")]
     25  [Plugin("HeuristicLab.Problems.Scheduling", "3.3.3.6412")]
    2626  [PluginFile("HeuristicLab.Problems.Scheduling-3.3.dll", PluginFileType.Assembly)]
    2727  public class HeuristicLabProblemsSchedulingPlugin : PluginBase {
  • branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Task.cs

    r6412 r6414  
    2626
    2727namespace HeuristicLab.Problems.Scheduling {
    28   [Item("Task Class", "Represents a task that has been scheduled already.")]
     28  [Item("Task", "Represents a task that has to be scheduled.")]
    2929  [StorableClass]
    3030  public class Task : Item {
Note: See TracChangeset for help on using the changeset viewer.