coin-or / Bonmin

Basic Open-source Nonlinear Mixed INteger programming
https://coin-or.github.io/Bonmin
Eclipse Public License 1.0
118 stars 22 forks source link

CglGomory.cpp:33:10: fatal error: OsiClpSolverInterface.hpp: No such file or directory #include "OsiClpSolverInterface.hpp" on RHEL 8 #43

Open SomePersonSomeWhereInTheWorld opened 12 months ago

SomePersonSomeWhereInTheWorld commented 12 months ago

since Cgl is required that fails to make with:

CglGomory.cpp:33:10: fatal error: OsiClpSolverInterface.hpp: No such file or directory
 #include "OsiClpSolverInterface.hpp"

RHEL 8 cluster. Any work around for this?