-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add priceability module #26
Conversation
Dear Kamil, Thank you so much for the PR. It is much appreciated.
I did not go through the code in details but I trust you that it works as expected. Simon. |
By the way, the docs thing does not have to be now, but it's good to do it at some points. You can wait to have a stable version of your function to do so. |
Removed the deprecated typing imports 👍 As for the tests, it seems that there have been some precision problem when running the model with the cbc solver. |
Sure thing, there should be some guide on the function. Will submit a separate PR, after the relaxation part, as suggested. |
Great, that's all fixed now. Another thing I'm only seeing now: for both |
I don't think I quite follow. i.e. calling fun(1, 2, 3, c=4)
fun(1, 2, 3) for a function signature def fun(a, b, *, c=10) wouldn't work |
Ooh I see, I did not know that. Thanks for the tip :) |
mip==1.15
had inconsistent mapping between gurobi optimization status and mip library optimization status (see v1.15, v1.16)