v0.7.0
EAGO v0.7.0
Closed issues:
- Basic support for MINLP Problems (#33)
- Local NLP solver specific wrappers (#49)
- Reduce minor type instability issues (#60)
- Incorrect display on solution for Maximization Problem (#64)
- Fix Typos in Readme (#76)
- Support both incremental loading & copying from Cache (#77)
- Docs warn against CPLEX (#78)
- Separate nonlinear expression representation from intermediate calculation data (#79)
- Use MOI.Test for Unit Testing (#82)
- Add x*abs(x) (#86)
- Add logcosh(x) = log(cosh(x)) function (#87)
- Drop NumericIO dependency from printing (#91)
- A Bug I encountered when using EAGO to solve my own model (#94)
- System bug when solving a model (#95)
- Potential bug (#98)
- DualStatus not supported (#101)
Merged pull requests:
- Addition of xabsx operator (#89) (@RXGottlieb)
- Fix error in passing kwargs for subproblems. (#93) (@evrenmturan)
- Fix bugs in guarded context (#96) (@hasundue)
- Update Ipopt to 0.7 (#97) (@hasundue)
- v0.7 preliminary pull (#102) (@mewilhel)