Originally posted by: maiklb2005
I am trying to implement a MIP start in C API, but I receive an error shown above.
The syntax I am using is: status = CPXreadcopymipstart(env, lp, "MIP.mst"); as described in the reference manual. The file MIP.mst is well-defined.
Other functions I am using that start with "CPX" and use parameters env and lp work well.
P.S. The code I am using is based on admipex1.c.
#CPLEXOptimizers#DecisionOptimization