-
Notifications
You must be signed in to change notification settings - Fork 69
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 freeze/loop with big data and int or bin vars #90
Comments
I'd also like to use this to solve a large integer program. It's possible your problem is just hard- integer programming is NP complete in the general case. Is it possible to generate a smaller variant of your problem to see how it scales? |
i make the model with this JS code (this should be the 1 that generated the model i sent last time)
this will make a smaller model
by changing the for and the dip dimensions it can freely scale (the int is commented ) |
@JWally
and what should find is the best allocation of resources for have the timezone covered by X number of employees
and get the min of the extra hours of works
the problem is that i have something like 10k vars :-) and the solver die in the process if you have int or bin vars |
hello, i wanna solve a big model but i have a problem when i try to use the var as int or bin
i get result if i don't add the int or bin but as soon i add that i never get a result (after 2 hrs was still stucked)
here the model
The text was updated successfully, but these errors were encountered: