1
0
forked from HQU-gxy/CVTH3PE
Commit Graph

7 Commits

Author SHA1 Message Date
590a637315 markdown paper 2025-03-04 10:21:44 +08:00
74b37f4b8f papers 2025-03-03 17:42:36 +08:00
da5f4ce6ba refactor: Migrate solver module to use CVXOPT wrapper
- Rename `_wrap` to `_cvx_opt_wrap` for consistency
- Update import paths in solver module
- Add type hints to `solution_mat_clusters` method
- Improve type annotations in `solve` method
2025-03-03 17:40:05 +08:00
95c1196165 feat: Add CVXOPT solver infrastructure and VSCode settings
- Add CVXOPT dependency to pyproject.toml and uv.lock
- Create solver module with GLPK-based integer linear programming solver
- Add VSCode Python analysis settings
- Implement matrix and sparse matrix wrappers for CVXOPT
- Add GLPK solver wrapper with type-safe interfaces
2025-03-03 17:27:42 +08:00
ed2b6685c0 x 2025-03-03 12:03:37 +08:00
712572b653 x 2025-03-03 11:37:05 +08:00
d1a7c712fd init 2025-03-03 11:14:21 +08:00