Closed bluejuniper closed 3 years ago
This follows PowerModels convention for now. Additionally, JSON only supports string keys for dictionaries. The Julia JSON printer will convert int keys to strings without warning but this seems like a potential problem.
using strings now
This follows PowerModels convention for now. Additionally, JSON only supports string keys for dictionaries. The Julia JSON printer will convert int keys to strings without warning but this seems like a potential problem.