R/ompr-package.R

#' A package to Model (Mixed) Integer Programs
#'
#' A package to model (mixed) integer programs.
#' It provides an algebraic way to model mixed integer linear
#' optimization problems directly in R.
#' The model is solver-independent and thus offers the possibility
#' to solve a model with different solvers. See the ompr
#' website <https://dirkschumacher.github.io/ompr/> for more information, documentation and examples.
#'
#' @keywords internal
#' @importFrom methods new
#' @name ompr
"_PACKAGE"

Try the ompr package in your browser

Any scripts or data that you put into this service are public.

ompr documentation built on Sept. 9, 2023, 9:06 a.m.