good_lp
good_lp copied to clipboard
Compiling issue
Hi,
I was trying to use good_lp to solve the model in the readme example. However, I had a compiling issues here:
linking with `cc` failed: exit status: 1
ld: warning: ignoring duplicate libraries: '-lm'
ld: library 'CbcSolver' not found
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Could you provide some suggestions on how to resolve this issue?
Thanks,
Hang