An open API service indexing awesome lists of open source software.

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.

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).