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
What are the units for the LpProblem.solutionTime? I'm confused because I set a time limit of 5 seconds on my model, and the solution status is coming back "Solution Found" which means it hit the time limit, however the LpProblem.solutionTime is 0.078125. This doesn't make sense to me. Also, I put my own timer wrapped around the model.solve command and my timer returned a total time of 5.135, which does make sense. Is something wrong with the solutionTime in the LpProblem class?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
What are the units for the LpProblem.solutionTime? I'm confused because I set a time limit of 5 seconds on my model, and the solution status is coming back "Solution Found" which means it hit the time limit, however the LpProblem.solutionTime is 0.078125. This doesn't make sense to me. Also, I put my own timer wrapped around the model.solve command and my timer returned a total time of 5.135, which does make sense. Is something wrong with the solutionTime in the LpProblem class?
Beta Was this translation helpful? Give feedback.
All reactions