1
0
forked from HQU-gxy/CVTH3PE

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
This commit is contained in:
2025-03-03 17:27:42 +08:00
parent f0f71f7f81
commit 39da7992d4
6 changed files with 702 additions and 0 deletions

View File

@ -7,6 +7,7 @@ requires-python = ">=3.10"
dependencies = [
"anyio>=4.8.0",
"awkward>=2.7.4",
"cvxopt>=1.3.2",
"jax[cuda12]>=0.5.1",
"jaxtyping>=0.2.38",
"opencv-contrib-python-headless>=4.11.0.86",