The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Constraint optimization, or constraint programming, is the name given to identifying feasible solutions out of a very large set of candidates, where the problem can be modeled in terms of arbitrary constraints. 'MiniZinc' is a free and open-source constraint modeling language. Constraint satisfaction and discrete optimization problems can be formulated in a high-level modeling language. Models are compiled into an intermediate representation that is understood by a wide range of solvers. 'MiniZinc' itself provides several solvers, for instance 'GeCode'. R users can use the package to solve constraint programming problems without using 'MiniZinc' directly, modify existing 'MiniZinc' models and also create their own models.
Version: | 0.0.8 |
Depends: | R (≥ 3.5.0), rjson |
Imports: | R6, checkmate, Rcpp, rlang, rlist |
LinkingTo: | Rcpp |
Suggests: | knitr, rmarkdown, testthat, stringr |
Published: | 2021-10-15 |
DOI: | 10.32614/CRAN.package.rminizinc |
Author: | Akshit Achara, Lars Kotthoff, Hans W. Borchers, Guido Tack |
Maintainer: | Akshit Achara <acharaakshit at gmail.com> |
BugReports: | https://github.com/acharaakshit/RMiniZinc/issues |
License: | Mozilla Public License Version 2.0 |
URL: | https://github.com/acharaakshit/RMiniZinc |
NeedsCompilation: | yes |
SystemRequirements: | pandoc (>=1.14, needed for the vignette) |
Materials: | NEWS |
In views: | Optimization |
CRAN checks: | rminizinc results |
Reference manual: | rminizinc.pdf |
Vignettes: |
R Interface to MiniZinc |
Package source: | rminizinc_0.0.8.tar.gz |
Windows binaries: | r-devel: rminizinc_0.0.8.zip, r-release: rminizinc_0.0.8.zip, r-oldrel: rminizinc_0.0.8.zip |
macOS binaries: | r-release (arm64): rminizinc_0.0.8.tgz, r-oldrel (arm64): rminizinc_0.0.8.tgz, r-release (x86_64): rminizinc_0.0.8.tgz, r-oldrel (x86_64): rminizinc_0.0.8.tgz |
Old sources: | rminizinc archive |
Please use the canonical form https://CRAN.R-project.org/package=rminizinc to link to this page.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.