Matthew Wilhelm
Matthew Wilhelm
Thanks for your interest in EAGO! You can use this Github issue to suggest new features or make recommendations on additional documentation for EAGO. **If your feature request is related...
A formulation representing an equality constraint as two inequality constraints can create some issues for a nlp solver (particularly for nonconvex constraints). - [ ] **Conic & Quadratic functions:** 1)...
EAGO implementation of [Issue #41 for McCormick.jl](https://github.com/PSORLab/McCormick.jl/issues/41)
- [ ] Support graph structures with multiple sinks and a sources - [ ] Support multiple parents for each node - [ ] (Potentially) Support graphs with cycles (possibly...
- [ ] Add a AbstractCache to store convexity information. - [ ] Define propagation on standard directed acyclic graph structure for disciplined convex programming. - [ ] Add interval...
- [ ] Finish trilinear function in McCormick.jl as detailed in https://github.com/PSORLab/McCormick.jl/issues/35 - [ ] Incorporate trilinear into forward_multiply_narity! - [ ] Add unit tests with trilinear terms (3 -...
Currently, the high level SIP algorithm requests a objective and constraint in the form `f(x,p)`, `g(x,p)` were `f` and `g` are used defined functions. This limits the number of viable...