function/symbol 'Osi_getNumCols' not found in library '/usr/local/lib/libCbc.so': Undefined symbol "Osi_getNumCols"
Open
- Dominant language
- Linear Programming
- Stars
- 600
- Forks
- 108
- PR merge metrics
- No merged PRs in 30d
Description
Osi_getNumCols exists in the shared lib libCbcSolver instead:
```
[yuri@yv /usr/ports/math/cbc]$ nm ./work/stage/usr/local/lib/libCbcSolver.so.3.10.13 | grep Osi_getNumCols
000000000007f520 T Osi_getNumCols
[yuri@yv /usr/ports/math/cbc]$ nm ./work/stage/usr/local/lib/libCbc.so.3.10.13 | grep Osi_getNumCols
```
There is some sort of confusion.
Version: 2.0.0
cbc-2.10.13 (latest release)
Python-3.12
FreeBSD 15.1
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.