You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the ORDC market bid cost version of _add_pwl_constraint!, we're passing sos_status::SOSStatusVariable, but not actually using it anywhere in the function body. Code here. Either it's an oversight and we should remove the argument, or it's a bug.
In the ORDC market bid cost version of
_add_pwl_constraint!, we're passingsos_status::SOSStatusVariable, but not actually using it anywhere in the function body. Code here. Either it's an oversight and we should remove the argument, or it's a bug.