1
0
forked from HQU-gxy/CVTH3PE
Commit Graph

5 Commits

Author SHA1 Message Date
6034175a10 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
39da7992d4 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
f0f71f7f81 x 2025-03-03 12:03:37 +08:00
25a66cd95c x 2025-03-03 11:37:05 +08:00
8feec345b9 init 2025-03-03 11:14:21 +08:00