Originally posted by: mlubin
Hello,
We've been working on a CPLEX interface for the Julia programming language, and have run into an issue on OS X. Julia can interface with dynamically compiled C callable libraries. On linux distributions, a dynamic library (libcplex125.so) is provided in the binaries directory; however, we're unable to find a corresponding dynamic library (dylib file) in the OS X distribution. Is one available? Is it in a different location?
Thanks,
Miles
#CPLEXOptimizers#DecisionOptimization