Package: rminizinc
Type: Package
Title: R Interface to 'MiniZinc'
Version: 0.0.8
Author: Akshit Achara, Lars Kotthoff, Hans W. Borchers, Guido Tack
Maintainer: Akshit Achara <acharaakshit@gmail.com>
URL: https://github.com/acharaakshit/RMiniZinc
BugReports: https://github.com/acharaakshit/RMiniZinc/issues
Description: 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.
License: Mozilla Public License Version 2.0
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Depends: R (>= 3.5.0), rjson
Imports: R6, checkmate, Rcpp, rlang, rlist
LinkingTo: Rcpp
Suggests: knitr, rmarkdown, testthat, stringr
SystemRequirements: pandoc (>=1.14, needed for the vignette)
VignetteBuilder: knitr
Biarch: true
NeedsCompilation: yes
Packaged: 2021-10-14 23:42:24 UTC; akshit
Repository: CRAN
Date/Publication: 2021-10-15 04:40:02 UTC
Built: R 4.0.2; x86_64-apple-darwin17.0; 2021-10-15 10:38:50 UTC; unix
Archs: rminizinc.so.dSYM
