- Timestamp:
- 01/07/20 17:19:05 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface/Constants.cs
r17379 r17395 12 12 13 13 internal const string Metadata = "Metadata"; 14 internal const string Algorithm = "Algorithm";14 internal const string Optimizer = "Optimizer"; 15 15 internal const string Problem = "Problem"; 16 16 internal const string HLFileLocation = "HLFileLocation"; … … 19 19 internal const string Template = @"{ 20 20 '" + Metadata + @"': { 21 '" + Algorithm+ @"':'',21 '" + Optimizer + @"':'', 22 22 '" + Problem + @"':'', 23 23 '" + HLFileLocation + @"':''
Note: See TracChangeset
for help on using the changeset viewer.