Originally posted by: CP-Man
Hi everyone,
I've already installed Cplex studio 1251, and Xcode on my mac. I also gave the -lstdc++, -lcp, -lilocplex, -lcplex, -lconcert, -lm linker flags as well as cplex, cpoptimizer and concert libraries addresses in "library search paths" and "header search paths". However, I receive tons of errors.
The most important one is that it does not find <ilcp/cp.h> that is included in the first line of the code of the coloring problem example in cpoptimizer.
Could you help me out with that please? Should I add any other flags or is anything missing?
Thanks,
Hossein
#CPOptimizer#DecisionOptimization