Originally posted by: SystemAdmin
[juniormints said:]
Hi, I'm new to using the C Callable Libraries. I wrote a program in C that analyzes and formats data for an LP. Then, I want to call Cplex to solve the problem, add additional constraints, then solve again (and do this many times). I tried to follow the syntax in examples lpex1.c, lpex2.c, and lpex3.c. When I compile my C program in cygwin using gcc (I typed gcc test.c), the error is:
ilcplex/cplex.h: No such file or directory
Is it not recognizing where cplex is on the comptuer? Am I able to run a C program this way using cygwin? I know I must be doing a stupid mistake, but I don't know where to find help on this. I'd really appreciate some help.
#CPLEXOptimizers#DecisionOptimization