David M Fobes
David M Fobes
Is it possible to add support for Indicator constraints: https://jump.dev/JuMP.jl/dev/constraints/#Indicator-constraints ? I have tried myself to add support for them, but I continue to not have any luck getting it...
Discuss best implementation of `check_thermal_limits` for multiconductor networks, particularly with inactive conductors on a line.
The IEEE 8500-node test feeder has features not currently supported in PowerModelsDistribution: - [ ] LineGeometry - [ ] WireData - [x] CapControl - [x] RegControl - [x] LoadShape -...
Currently the bounds imported from OpenDSS are too broad and for OPF better bounds should be calculated. Continue to use opendss bounds by default, but add keyword argument and function...
The new ref building function `_ref_add_core!` contains more than the basic refs common to all problems. These additional problem-specific refs should be spun out into separate functions, and `ref_extensions` should...
Updates to support JuMP v1.15 nonlinear syntax. @odow @ccoffrin We had to make some strange changes to the expressions and constraints in order to fix the failing tests from #454....