https://github.com/garciparedes/integer-programming-heuristics
Set of heuristics to take advantage on Integer Programming problems significantly faster with high accuracy.
https://github.com/garciparedes/integer-programming-heuristics
garciparedes heuristic-algorithm integer-programming linear-programming math operations-research optimization university-of-valladolid
Last synced: 2 days ago
JSON representation
Set of heuristics to take advantage on Integer Programming problems significantly faster with high accuracy.
- Host: GitHub
- URL: https://github.com/garciparedes/integer-programming-heuristics
- Owner: garciparedes
- License: apache-2.0
- Created: 2018-05-03T07:03:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-01T17:16:47.000Z (about 7 years ago)
- Last Synced: 2025-01-16T02:25:29.710Z (5 months ago)
- Topics: garciparedes, heuristic-algorithm, integer-programming, linear-programming, math, operations-research, optimization, university-of-valladolid
- Language: Jupyter Notebook
- Homepage: https://nbviewer.jupyter.org/github/garciparedes/integer-programming-heuristics/tree/master
- Size: 16.8 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Integer Programming: Heuristics
## Description
Set of heuristics to take advantage on Integer Programming problems significantly faster with high accuracy.
## Contents
* Assignment Heuristics
* [raw](integer-programming-assignment-heuristics.ipynb)
* [nbviewer](https://nbviewer.jupyter.org/github/garciparedes/integer-programming-heuristics/blob/master/integer-programming-assignment-heuristics.ipynb)
* Knapsack and Bin-Packing Heuristics
* [raw](integer-programming-knapsack-heuristics.ipynb)
* [nbviewer](https://nbviewer.jupyter.org/github/garciparedes/integer-programming-heuristics/blob/master/integer-programming-knapsack-heuristics.ipynb)
* Network Heuristics
* [raw](integer-programming-network-heuristics.ipynb)
* [nbviewer](https://nbviewer.jupyter.org/github/garciparedes/integer-programming-heuristics/blob/master/integer-programming-network-heuristics.ipynb)
* Service Location Heuristics
* [raw](integer-programming-service-location-heuristics.ipynb)
* [nbviewer](https://nbviewer.jupyter.org/github/garciparedes/integer-programming-heuristics/blob/master/integer-programming-service-location-heuristics.ipynb)## Authors
* Sergio García Prado - [@garciparedes](http://garciparedes.me)
## License
This repository is licensed under [Apache-2.0](LICENSE).