Hi!
I want to solve one of the examples of CPLEX for C++ but after writing this in the terminal (which is open in the same folder as the .cpp file):
g++ -I/.../cplex/include -I/.../concert/include -L/.../cplex/lib/x86-64_osx/static_pic -L/.../concert/lib/x86-64_osx/static_pic ilodiet.cpp -lilocplex -lconcert
I get the following error:
ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
Hope someone can help me.
Thank you beforehand!
------------------------------
N.
------------------------------
#DecisionOptimization