jump-dev / jump-dev/MatrixOptInterface.jl
argument not used in _load_constraints(
未关闭
bug
- 主要语言
- Julia
- 星标
- 12
- 派生
- 4
- 平均合并
- 5 小时 50 分钟
- 30 天内合并 PR
- 3
描述
In function:
```
_load_constraints(model::GeometricConicForm, src, indexmap, cone_offset, i, cache)
```
`i` is not used at all. We could remove it but I suspect this should be used and has been forgotten.
贡献指南
这个仓库没有索引到贡献指南
调研方向
首先定位 `_load_constraints(model::GeometricConicForm, src, indexmap, cone_offset, i, cache)` 的定义及其调用方。跟踪 `i` 与约束加载流程的关系,然后确定该参数是否应影响行为,还是应将其移除;当签名和行为一致时即完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- julia
- 领域
- backend-api-design
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 30/100