Mitch Phillipson

Results 3 issues of Mitch Phillipson

The issue I'm solving is when we have a set $A = B\cup C$, a variable, $x$ defined on $A$ where $x$ is fixed on $C$. Any equation, $F$, that...

## Explanation of Issue I'll start this with an example of the issue ``` julia> using JuMP; julia> A = [:a,:b]; julia> B = [:c,:d,:e]; julia> p = JuMP.Containers.DenseAxisArray([1 0...

Category: Nonlinear
Type: Feature request

This is a small update to two markdown files noting that JuMP natively supports complementarity constraints. It would be good to direct new users toward native JuMP tools. I've included...