Open
Description
I'm struggeling how to get run a Rust Program using CBC. It already starts with getting it installed.
What I did so far:
- Added
good_lp = { version = "1", features = ["cbc"] }
toCargo.toml
- Tried to compile and run a basic LP example
But then I got this error:
"LINK : fatal error LNK1181: cannot open input file 'CbcSolver.lib'"
I don’t really understand what this means, and honestly, I don’t want to dig too deep into it – I just want to get it working.
Is there a simple way to make this work on Windows?
Thanks in advance!
Metadata
Metadata
Assignees
Labels
No labels