Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
Last synced: 22 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-13T01:45:58.000Z (over 1 year ago)
- Last Synced: 2023-09-13T10:14:08.536Z (over 1 year ago)
- Topics: branch-and-bound, branch-and-price, column-generation, integer-programming, optimisation-algorithms
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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).