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
I have quite a large problem, with 317 variables and 789 constraints. When I try to solve it, the solver.Solve(...) function will run for many minutes without resolving. All variables are continuous, there are no integer variables.
Is there any way to set say, 'verbose = true' to get messages in the console about the progress of the solver? (And so debug why it doesn't seem to resolve?)
Alternately, is there a way to set a timeout for pure (non-integer) linear programs?
I have quite a large problem, with 317 variables and 789 constraints. When I try to solve it, the
solver.Solve(...)
function will run for many minutes without resolving. All variables are continuous, there are no integer variables.Is there any way to set say, 'verbose = true' to get messages in the console about the progress of the solver? (And so debug why it doesn't seem to resolve?)
Alternately, is there a way to set a timeout for pure (non-integer) linear programs?
For reference, here is my problem description.
Thanks, Luke
The text was updated successfully, but these errors were encountered: