https://github.com/sandyspiers/branch_and_price_template
A quick template for branch and price prototypes
https://github.com/sandyspiers/branch_and_price_template
branch-and-bound branch-and-price column-generation integer-programming optimisation-algorithms template wip
Last synced: 2 months ago
JSON representation
A quick template for branch and price prototypes
- Host: GitHub
- URL: https://github.com/sandyspiers/branch_and_price_template
- Owner: sandyspiers
- Created: 2023-09-11T06:34:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-14T08:46:28.000Z (almost 2 years ago)
- Last Synced: 2025-03-27T17:21:23.317Z (3 months ago)
- Topics: branch-and-bound, branch-and-price, column-generation, integer-programming, optimisation-algorithms, template, wip
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Branch & Price Template
This repository contains a structured template for a branch and price algorithm.
This allows for rapid testing and experimentation of your B&P ideas.**The purpose is not for performance! The purpose is quick implementation for prototyping branch and price ideas!**
So copy or fork this repo, and apply it to your own problem by filling in the blank lines.
This repository is a work in progress, contributions are welcome.
For a more complete example on only branch and bound, see [my other repo](https://github.com/sandyspiers/branch_and_bound_template).