-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
33 lines (24 loc) · 1.05 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# MOI
<!-- badges: start -->
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![R-CMD-check](https://github.com/r-opt/MOI/workflows/R-CMD-check/badge.svg)](https://github.com/r-opt/MOI/actions)
[![Codecov test coverage](https://codecov.io/gh/r-opt/MOI/branch/master/graph/badge.svg)](https://app.codecov.io/gh/r-opt/MOI?branch=master)
<!-- badges: end -->
`MOI` is an R port of the [MOI julia package](https://github.com/JuliaOpt/MathOptInterface.jl).
Currently work in progress and experimental.
# License
MIT (same as MathOptInterface.jl)
# References
Legat, B., Dowson, O., Garcia, J. D., & Lubin, M. (2020). MathOptInterface: a data structure for mathematical optimization problems. arXiv preprint arXiv:2002.03447.