-
Notifications
You must be signed in to change notification settings - Fork 43
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
CapacitatedVehicleRouting demo utilization problem #498
Comments
Hi, You have documentation about the pricing callback here : https://atoptima.github.io/Coluna.jl/latest/user/callbacks/#Pricing-callback . The example should work.
|
Thank you so much for your fast and detailed reply! I also referred to https://github.com/atoptima/Coluna.jl/issues/404. Now the cvrp demo can run on my computer :) coluna = optimizer_with_attributes( two points that are still not clear for me:
Thank you very much for your time and efforts! Your reply will definitely help me a lot! Best, |
specify!(subproblems[1], lower_multiplicity = 0, upper_multiplicity = 20, solver = route_pricing_callback) the first subproblem will be solved using the pricing callback |
Thank you very much for the reply! It cannot be more clear! Best, |
Hello,
I'm implementing the dial-a-ride problem using pricing callbacks to generate a new entering column in the master problem and I'm referring to your work of CapacitatedVehicleRouting demo:https://github.com/atoptima/ColunaDemos.jl/tree/master/src/CapacitatedVehicleRouting
I'm confused about:
If there is a small example for the implementation of the pricing callback that could be very helpful!
the status of my packages:
Gurobi v.0.8.1
JuMP v.0.21.4
MathOptInterface v0.9.20
BlockDecomposition v1.2.5
Thank you in advance!
Best,
Yue
The text was updated successfully, but these errors were encountered: