WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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
Fix maxiters warning by implementing solver-specific parameter mapping
- Add _set_maxiters! function to map common maxiters to solver-specific parameters
- Support major MOI solvers: Ipopt, Gurobi, CPLEX, SCIP, Mosek, OSQP, ECOS, SCS, COSMO
- Implement generic fallback that tries common parameter names
- Add comprehensive tests for the new functionality
- Resolves#844
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments