CRAN/E | rminizinc

rminizinc

R Interface to 'MiniZinc'

Installation

About

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.

github.com/acharaakshit/RMiniZinc
System requirements pandoc (>=1.14, needed for the vignette)
Bug report File report

Key Metrics

Version 0.0.8
R ≥ 3.5.0
Published 2021-10-15 924 days ago
Needs compilation? yes
License Mozilla Public License Version 2.0
CRAN checks rminizinc results

Downloads

Yesterday 19 0%
Last 7 days 58 +7%
Last 30 days 252 -11%
Last 90 days 772 -16%
Last 365 days 3.352 -4%

Maintainer

Maintainer

Akshit Achara

acharaakshit@gmail.com

Authors

Akshit Achara
Lars Kotthoff
Hans W. Borchers
Guido Tack

Material

NEWS
Reference manual
Package source

In Views

Optimization

Vignettes

R Interface to MiniZinc

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

rminizinc archive

Depends

R ≥ 3.5.0
rjson

Imports

R6
checkmate
Rcpp
rlang
rlist

Suggests

knitr
rmarkdown
testthat
stringr

LinkingTo

Rcpp