- Timestamp:
- 09/17/21 16:25:19 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface/Constants.cs
r18055 r18056 8 8 internal const string TemplateName = "TemplateName"; 9 9 internal const string HLFileLocation = "HLFileLocation"; 10 internal const string OptimizerDescription = "OptimizerDescription"; 10 11 internal const string Parameters = "Parameters"; 11 12 internal const string Results = "Results"; … … 15 16 '" + Metadata + @"': { 16 17 '" + TemplateName + @"':'', 17 '" + HLFileLocation + @"':'' 18 '" + HLFileLocation + @"':'', 19 '" + OptimizerDescription + @"':'' 18 20 }, 19 21 '" + Parameters + @"': [],
Note: See TracChangeset
for help on using the changeset viewer.