Other packages > Find by keyword >

rminizinc  

R Interface to 'MiniZinc'
View on CRAN: Click here


Download and install rminizinc package within the R console
Install from CRAN:
install.packages("rminizinc")

Install from Github:
library("remotes")
install_github("cran/rminizinc")

Install by package version:
library("remotes")
install_version("rminizinc", "0.0.8")



Attach the package and use:
library("rminizinc")
Maintained by
Akshit Achara
[Scholar Profile | Author Map]
First Published: 2020-12-14
Latest Update: 2021-10-15
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.
How to cite:
Akshit Achara (2020). rminizinc: R Interface to 'MiniZinc'. R package version 0.0.8, https://cran.r-project.org/web/packages/rminizinc. Accessed 16 Apr. 2025.
Previous versions and publish date:
0.0.1 (2020-12-14 10:00), 0.0.2 (2020-12-17 17:30), 0.0.3 (2021-01-06 05:40), 0.0.4 (2021-01-22 13:40), 0.0.5 (2021-01-27 10:30), 0.0.6 (2021-02-26 12:50), 0.0.7 (2021-08-04 06:10)
Other packages that cited rminizinc R package
View rminizinc citation profile
Other R packages that rminizinc depends, imports, suggests or enhances
Complete documentation for rminizinc
Functions, R codes and Examples using the rminizinc R package
Some associated functions: Annotation . ArrDomainDecl . Array . ArrayAccess . AssignItem . BinOp . Bool . BoolArrDecl . BoolDecl . BoolSetDecl . Call . Comprehension . ConstraintItem . Expression . Float . FloatArrDecl . FloatDecl . FloatSetDecl . FloatSetVal . FloatVal . FunctionItem . Generator . Id . IncludeItem . Int . IntArrDecl . IntDecl . IntSetDecl . IntSetVal . IntVal . Ite . Item . LIBMINIZINC_PATH . Let . Model . PROJECT_DIRECTORY . SOLVER_BIN . Set . SolveItem . String . StringArrDecl . StringSetDecl . Type . TypeInst . UnOp . VarDecl . VarDeclItem . VarDomainDecl . assignment . assignment_2 . boolExpressions . expressionDelete . floatExpressions . getRModel . getType . get_missing_pars . helperDeleteExpression . helperDeleteItem . initExpression . initItem . intExpressions . itemDelete . iterExpression . iterItem . knapsack . magic_series . magic_square . mzn_eval . mzn_parse . production_planning . rminizinc-package . set_params . sol_parse . stringExpressions . 
Some associated R codes: AssignItem.R . CommonMZNProblems.R . ConstraintItem.R . DeclFunctions.R . Expression.R . FunctionItem.R . IncludeItem.R . Item.R . Model.R . RcppExports.R . SolveItem.R . Type.R . Value.R . VarDeclItem.R . data.R . environ.R . getCollections.R . get_missing_pars.R . set_params.R . utils.R . zzz.R .  Full rminizinc package functions and examples
Downloads during the last 30 days
03/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/14Downloads for rminizinc05101520253035TrendBars

Today's Hot Picks in Authors and Packages

MultiKink  
Estimation and Inference for Multi-Kink Quantile Regression
Estimation and inference for multiple kink quantile regression for longitudinal data and the i.i.d d ...
Download / Learn more Package Citations See dependency  
MM4LMM  
Inference of Linear Mixed Models Through MM Algorithm
The main function MMEst() performs (Restricted) Maximum Likelihood in a variance component mixed mod ...
Download / Learn more Package Citations See dependency  
datadictionary  
Create a Data Dictionary
Creates a data dictionary from any dataframe or tibble in your R environment. You can opt to add va ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
apache.sedona  
R Interface for Apache Sedona
R interface for 'Apache Sedona' based on 'sparklyr' (). ...
Download / Learn more Package Citations See dependency  
hkclustering  
Ensemble Clustering using K Means and Hierarchical Clustering
Implements an ensemble algorithm for clustering combining a k-means and a hierarchical clustering ap ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,993

Author Associations

24,013

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA