Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/06/21 16:16:21 (3 years ago)
Author:
dpiringe
Message:

#3026

  • added PythonResultFormatter
  • removed code which was used for debugging and was forgotten
  • fixed the release build path of all JsonInterface projects
  • changed the output of Runner -> now: it writes the results after (at least) one run is finished
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.App/Plugin.cs.frame

    r17599 r18041  
    3232  [PluginDependency("HeuristicLab.Collections", "3.3")]
    3333  [PluginDependency("HeuristicLab.Common", "3.3")]
     34  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    3435  [PluginDependency("HeuristicLab.Core", "3.3")]
     36  [PluginDependency("HeuristicLab.ParallelEngine", "3.3")]
     37  [PluginDependency("HeuristicLab.Problems.Instances", "3.3")]
    3538  public class HeuristicLabJsonInterfaceAppPlugin : PluginBase {
    3639  }
Note: See TracChangeset for help on using the changeset viewer.