Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solver doesn't resolve #112

Open
luke-thorburn opened this issue Oct 17, 2020 · 0 comments
Open

Solver doesn't resolve #112

luke-thorburn opened this issue Oct 17, 2020 · 0 comments

Comments

@luke-thorburn
Copy link

luke-thorburn commented Oct 17, 2020

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.

  1. 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?)

  2. Alternately, is there a way to set a timeout for pure (non-integer) linear programs?

For reference, here is my problem description.

Thanks, Luke

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant