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/HeuristicLab.Problems.QuadraticAssignment.Views-3.3.csproj

    r8600 r8882  
    212212  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    213213  <PropertyGroup>
    214    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     214    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    215215set ProjectDir=$(ProjectDir)
    216216set SolutionDir=$(SolutionDir)
     
    220220SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\Plugin.cs.frame" "%25ProjectDir%25\Plugin.cs"
    221221</PreBuildEvent>
    222 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     222    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    223223export ProjectDir=$(ProjectDir)
    224224export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.