jump-dev / jump-dev/MatrixOptInterface.jl
argument not used in _load_constraints(
Open
bug
- Dominant language
- Julia
- Stars
- 12
- Forks
- 4
- Avg merge
- 5h 50m
- Merged PRs (30d)
- 3
Description
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.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the `_load_constraints(model::GeometricConicForm, src, indexmap, cone_offset, i, cache)` definition and its callers. Trace how `i` relates to the constraint-loading flow, then determine whether the argument should affect behavior or be removed; done means the signature and behavior are consistent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- backend-api-design
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100