Originally posted by: Joshua_gao
Hi, I have a problem on using CPLEX 9 to solve an LP problem. There are 300 constraints in the form like a_ix <=b_i, where x in R^2. When I called cplex, there is error. Then I tried following methods,
1. I tried to catch the error code however it shows nothing. ( cout<<"error code:"<< error <<endl shows nothing after "error code:").
2. I removed the try and catch part and use debug mod, it gives me "Runtime error!... abnormal program termination".
Is this problem too big for cplex? Any thoughts will be appreciated.
#CPLEXOptimizers#DecisionOptimization