Originally posted by: HC4F_Ibrahim_Karahan
I am solving optimization problems inside a server application. There are some large problem instances which may cause CPLEX quit with out of memory exception, since server itself consumes lots of memory. Unfortunately I have to run in 32 bits. As a workaround in large problems, I export the model into a file, call standalone CPLEX executable to solve the problem and parse solution xml. Server's optimization routine returns Concert status codes but solution file only reports CPLEX output codes. It looks like I need to manually map these status codes.
#CPLEXOptimizers#DecisionOptimization