Originally posted by: waldstein
Hi everybody,
when I used c# to call cplex solver, I encountered a situation: when I called cplex for too many times, it returns an error named "no solution exists" and the algorithm terminated.
My quesiton is: if cplex can not find a feasible solution, why doesn't it return a status "infeasible", which could be obtained by Cplex.GetStatus()?
thanks!
PS: I do not know whether it is a result of calling cplex solver too many times. It is just a phenomenon...
#CPLEXOptimizers#DecisionOptimization