CoinLoadInitValues() not used
- Dominant language
- Shell
- Stars
- 21
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
We are using CoinMP in OpenOffice and after playing a bit with ChatGPT I added the initial values in CoinLoadInitValues(), but apparently these are not passed to Cbc. It should:
CoinLoadInitValues()
↓
PROBLEMINFO::InitValues
↓
CbcLoadAllSolverObjects()
↓
CLP/CBC initial solution
For the ChatGPT report:
https://chatgpt.com/s/t_6a9321d0f5a48191a917b395a3a5f284
Contributor guide
No contributing guide indexed for this repository
Research direction
Trace CoinLoadInitValues(), PROBLEMINFO::InitValues, and CbcLoadAllSolverObjects() in sequence, starting at the C API entry point. Confirm where the initial values stop being propagated and verify that they reach the CLP/CBC initial solution; done means the reported flow works as described.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- backend-api-design
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100