Aryan Ritwajeet Jha
Results
2
comments of
Aryan Ritwajeet Jha
Any update on an 'official' implementation?
Here's an MWE of a working code snippet for the same example. ```julia using PowerModelsDistribution using Ipopt pkgdir = dirname(dirname(pathof(PowerModelsDistribution))); casefolder = joinpath(pkgdir, "test", "data", "opendss"); casename = "case3_unbalanced.dss"; casefile...