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
refactor: improve Xpress IIS implementation based on code review
- Extract IIS constraint extraction logic into separate helper method for better readability
- Optimize memory usage by using constraint-to-index mapping instead of repeated list.index() calls
- Add more detailed type annotations and documentation in _extract_iis_constraints method
- Improve docstring clarity for compute_infeasibilities method
- Add explanatory comments for constraint mapping edge cases
Addresses feedback from automated code review focusing on:
- Code organization and maintainability
- Performance optimization for large models
- Better type safety and documentation
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments