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

Is tree structure and pruning necessary? #4

Open
Lsc12358 opened this issue Dec 11, 2023 · 1 comment
Open

Is tree structure and pruning necessary? #4

Lsc12358 opened this issue Dec 11, 2023 · 1 comment

Comments

@Lsc12358
Copy link

Hi, jomavera

Thank you very much for the code, but I have some questions. In some textbooks on branch pricing algorithms, it seems that the nodes are stored in a tree structure and pruned using upper and lower bounds. In your algorithm, priority queue is used and there seems to be no upper bound and pruning logic, are both correct?

Looking forward to your recovery, thank you very much!

@jomavera
Copy link
Owner

Hi, what you describe seems like Branch and Bound algorithm where you keep upper and lower bounds. In Branch and Price you have a Restricted Master Problem (RMP) where you keep adding columns or branching depending if the solution of the RMP is integral or not.

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

2 participants