EAGO.jl icon indicating copy to clipboard operation
EAGO.jl copied to clipboard

A development environment for robust and global optimization

Results 29 EAGO.jl issues
Sort by recently updated
recently updated
newest added

The upcoming release of JuMP v1.2 will break EAGO. Read more here: https://discourse.julialang.org/t/ann-upcoming-refactoring-of-jumps-nonlinear-api/83052 This will affect EAGO because you rely on a lot of internal features that are being deleted:...

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...

I run ```julia JuMP.optimize!(m) ``` and get the output ``` ----------------------------------------------------------------------------------------------------------------------------- | Iteration # | Nodes | Lower Bound | Upper Bound | Gap | Ratio | Time | Time...

See https://github.com/jump-dev/JuMP.jl/issues/2564

Hi! I have been trying to solve a problem with multiple SIP constraints with EAGO using SIPResRev(). 1. What is the recommended way to use multiple SIP constraints? I have...

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)...

I posted an issues here: https://discourse.julialang.org/t/jump-eago-nlexpressions-gives-numeric-instability/61093 and they sent me to bug report. I want to use EAGO.jl as an alternative solver to ipopt for nonlinear problems. I ran the...

EAGO implementation of [Issue #41 for McCormick.jl](https://github.com/PSORLab/McCormick.jl/issues/41)