Closed bonnkleiford closed 1 year ago
That's this line: https://github.com/odow/SDDP.jl/blob/e2e1ecb909f59fe51095250ca91a326d8565c543/src/MSPFormat.jl#L38
I think we discussed this, but I don't remember the conclusion. If a node i the lattice was missing a random variable, should we infer the value to be 0.0
?
I'll re-iterate that I think this is a bad idea and a recipe for bugs. There's no need for file formats to be clever or save space. The zip file with and without the default values should be pretty similar.
Hi Oscar,
I was trying the MSPFormat reader function to try energy problem. Unfortunately, I ran into some error where one of the coefficients (price_6) of the objective function is not found. Here is the full error:
Here are the two JSON files (problem and lattice) for reproduction purposes: Energy.zip
Best, BIKEY