-
Updated
May 13, 2020 - Go
linear-programming
Here are 344 public repositories matching this topic...
-
Updated
Sep 16, 2017 - Swift
-
Updated
Oct 24, 2019 - Rust
"duals" should be "dual" below (from p. 21 of the documentation):
## Not run:
library(magrittr)
result <- MIPModel() %>%
add_variable(x[i], i = 1:5) %>%
add_variable(y[i, j], i = 1:5, j = 1:5) %>%
add_constraint(x[i] >= 1, i = 1:5) %>%
set_bounds(x[i], lb = 3, i = 1:3) %>%
set_objective(0) %>%
solve_model(with_ROI("glpk"))
solution <- get_solution(result, x[i])
solution2 <- get_s
-
Updated
Jun 4, 2020 - Scala
-
Updated
Oct 10, 2018 - Python
The title says it: We need a proper way of citing the tool and the documentation.
Currently, the citation in Zenodo includes pseudonames that are not worthy of use in journals, imho.
-
Updated
Dec 11, 2019 - Jupyter Notebook
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
May 16, 2019 - Jupyter Notebook
- Sexp format
- Human-readable, standard format writer
- MPS format
- reader
- writer
- Other solver formats (eg http://lpsolve.sourceforge.net/5.1/formulate.htm#Read%20the%20model%20from%20an%20ASCII%20file)
-
Updated
Apr 4, 2018 - Python
-
Updated
Feb 27, 2017 - Scala
-
Updated
Oct 12, 2018 - C++
When calling sum on an empty vector, I got the panic from here:
why can't we return 0 when the vector is empty?
Write landing page
Write some welcoming content on first page of docs ./docs/index.rst.
-
Updated
Jan 22, 2020 - Python
-
Updated
May 31, 2020 - Julia
Provide man pages
The binaries provided by cddlib currently don't have man pages that explain their usage. This keeps them from being exposed in /usr/bin/ on Debian, see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=580890.
It would be nice if we could make the output of --help and --version comply with help2man so we could generate man pages automatically.
-
Updated
Jun 16, 2018 - R
As cplex is a commercial software, maybe you could add a config option to choose scipy instead cplex for optimizacion.
just like https://github.com/wardbradt/peregrine
Thank you
Add a vignette(s)
Add a vignette(s) describing:
- what the maximum covering location problem is
- how to use maxcovr
- interpreting output and generating summaries and plots
- how to use maxcovr with cross validation
- Using commercial solvers such as Gurobi
-
Updated
Apr 16, 2019 - Python
-
Updated
Jun 9, 2020 - Python
-
Updated
Mar 21, 2017 - MATLAB
-
Updated
Oct 1, 2019 - Haskell
-
Updated
Jun 15, 2020 - C++
-
Updated
Sep 2, 2018 - CSS
Improve this page
Add a description, image, and links to the linear-programming topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the linear-programming topic, visit your repo's landing page and select "manage topics."
@bchevalier,
Would you be up for helping me better document this library's functionality?
No rush at all, but I haven't done a great job of documenting what is in this library or how to use it very well. I figure we can kick around what all to include in this thread until we're comfortable moving over pieces to the readme.
For instance, I think you've made it possible to have free-variables (no