jump-dev / jump-dev/MatrixOptInterface.jl
Matrix types
未关闭
- 主要语言
- Julia
- 星标
- 12
- 派生
- 4
- 平均合并
- 5 小时 50 分钟
- 30 天内合并 PR
- 3
描述
`LPStandardForm` etc allow you to provide `SparseMatrixCSC` as the matrix. The code then slices this matrix by rows, which is O(num_columns). This slow path shouldn't be allowed.
贡献指南
这个仓库没有索引到贡献指南
调研方向
Start by locating the LPStandardForm definitions and the code path that slices a SparseMatrixCSC by rows. Confirm how matrix types are accepted and identify the existing tests for these forms, if present. Done means SparseMatrixCSC inputs are rejected before the slow row-slicing path can run.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- julia
- 领域
- performance
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100