I have a .net core application that uses IBM ILOG CPLEX 12.9. It works normally on Windows 10. But when I try to run on linux (Ubuntu 18.04), the following error occurs:
System.DllNotFoundException: Unable to load shared library 'cp_wrap_cpp_dotnet1290' or one of its dependencies.
I installed IBM ILOG CPLEX 12.9 on Linux and the installation was successful. Where do I find this dll (or .so)?
Thanks