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.
| Package details | |
|---|---|
| Author | Akshit Achara, Lars Kotthoff, Hans W. Borchers, Guido Tack | 
| Maintainer | Akshit Achara <acharaakshit@gmail.com> | 
| License | Mozilla Public License Version 2.0 | 
| Version | 0.0.8 | 
| URL | https://github.com/acharaakshit/RMiniZinc | 
| Package repository | View on CRAN | 
| Installation | Install the latest version of this package by entering the following in R:  | 
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.