Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jump-dev/mathoptinterface.jl
A data structure for mathematical optimization problems
https://github.com/jump-dev/mathoptinterface.jl
julia jump-jl mathematical-programming optimization
Last synced: 2 days ago
JSON representation
A data structure for mathematical optimization problems
- Host: GitHub
- URL: https://github.com/jump-dev/mathoptinterface.jl
- Owner: jump-dev
- License: other
- Created: 2017-06-29T22:02:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T03:57:33.000Z (2 months ago)
- Last Synced: 2024-10-30T04:58:42.167Z (2 months ago)
- Topics: julia, jump-jl, mathematical-programming, optimization
- Language: Julia
- Homepage: http://jump.dev/MathOptInterface.jl/
- Size: 81.6 MB
- Stars: 394
- Watchers: 24
- Forks: 87
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE.md
- Citation: CITATION.bib
Awesome Lists containing this project
README
# MathOptInterface
| **Documentation** | **Build Status** |
|:-----------------:|:----------------:|
| [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] | [![Build Status][build-img]][build-url] [![Codecov branch][codecov-img]][codecov-url] |An abstraction layer for mathematical optimization solvers. Replaces [MathProgBase](https://github.com/JuliaOpt/MathProgBase.jl).
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
[docs-stable-url]: http://jump.dev/MathOptInterface.jl/stable
[docs-dev-url]: http://jump.dev/MathOptInterface.jl/dev[build-img]: https://github.com/JuMP-dev/MathOptInterface.jl/workflows/CI/badge.svg?branch=master
[build-url]: https://github.com/JuMP-dev/MathOptInterface.jl/actions?query=workflow%3ACI
[codecov-img]: http://codecov.io/github/JuMP-dev/MathOptInterface.jl/coverage.svg?branch=master
[codecov-url]: http://codecov.io/github/JuMP-dev/MathOptInterface.jl?branch=master## Citing MathOptInterface
If you find MathOptInterface useful in your work, we kindly request that you cite the
following [paper](https://pubsonline.informs.org/doi/10.1287/ijoc.2021.1067):
```bibtex
@article{legat2021mathoptinterface,
title={{MathOptInterface}: a data structure for mathematical optimization problems},
author={Legat, Beno{\^\i}t and Dowson, Oscar and Dias Garcia, Joaquim and Lubin, Miles},
journal={INFORMS Journal on Computing},
year={2021},
volume={34},
number={2},
pages={672--689},
doi={10.1287/ijoc.2021.1067},
publisher={INFORMS}
}
```
A preprint of this paper is [freely available](https://arxiv.org/abs/2002.03447).