You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the API cplex.getObjSA(), it showed "error 1217 no solution exist." But I'm sure there are solutions in the model. I output the solving status, which is "optimal". Additionally, I get the value of each variable successfully. After solving the model, I do not modify the model. Could anyone help me? I don't know why it showed "error 1217 no solution exist." and the API cplex.getObjSA() did not work.
Here are my code and the output
.
The text was updated successfully, but these errors were encountered:
When I run the API cplex.getObjSA(), it showed "error 1217 no solution exist." But I'm sure there are solutions in the model. I output the solving status, which is "optimal". Additionally, I get the value of each variable successfully. After solving the model, I do not modify the model. Could anyone help me? I don't know why it showed "error 1217 no solution exist." and the API cplex.getObjSA() did not work.
Here are my code and the output
.
The text was updated successfully, but these errors were encountered: