getBInvARow, getBInvRow missing
Open
- Dominant language
- JetBrains MPS
- Stars
- 192
- Forks
- 70
- PR merge metrics
- No merged PRs in 30d
Description
CyLP wraps `ClpSimplex::getBInvACol` and `ClpSimplex::getBInvCol` but not `getBInvARow`, `getBInvRow`
https://github.com/coin-or/Clp/blob/master/src/ClpSimplex.hpp#L1651
Contributor guide
No contributing guide indexed for this repository
Research direction
Read the referenced ClpSimplex.hpp declarations first, then locate CyLP's existing getBInvACol and getBInvCol wrappers as the closest entry points. Add corresponding exposure for getBInvARow and getBInvRow, and verify that both methods are available through the CyLP interface.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, python
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100