Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/08/12 13:31:18 (11 years ago)
Author:
abeham
Message:

#1329:

  • Added JSSPData class to problem instances
  • Added problem instance provider for some ORLIB JSSP instances (abz, ft, la01-20)
  • Adapted JSSP to load and export jssp problems
  • Adapted JSSP problem view to derive from ProblemView
  • Added static methods to MakespanEvaluator and MeanTardinessEvaluator
  • Fixed a bug in PRVUniformOnePositionManipulator
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.QuadraticAssignment.Views/3.3/QuadraticAssignmentProblemView.Designer.cs

    r7967 r8882  
    120120      this.qapView.Location = new System.Drawing.Point(3, 3);
    121121      this.qapView.Name = "qapView";
    122       this.qapView.Size = new System.Drawing.Size(497, 245);
     122      this.qapView.Size = new System.Drawing.Size(497, 274);
    123123      this.qapView.TabIndex = 0;
    124124      this.qapView.Weights = null;
     
    126126      // QuadraticAssignmentProblemView
    127127      //
    128       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    129128      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    130129      this.Name = "QuadraticAssignmentProblemView";
Note: See TracChangeset for help on using the changeset viewer.