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 27 Mar. 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
02/2502/2602/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/25Downloads for rminizinc02468101214161820TrendBars

Today's Hot Picks in Authors and Packages

CompModels  
Pseudo Computer Models for Optimization
A suite of computer model test functions that can be used to test and evaluate algorithms for Bayesi ...
Download / Learn more Package Citations See dependency  
jrt  
Item Response Theory Modeling and Scoring for Judgment Data
Psychometric analysis and scoring of judgment data using polytomous Item-Response Theory (IRT) model ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
treeDA  
Tree-Based Discriminant Analysis
Performs sparse discriminant analysis on a combination of node and leaf predictors when the predicto ...
Download / Learn more Package Citations See dependency  
SimSurvNMarker  
Simulate Survival Time and Markers
Provides functions to simulate from joint survival and marker models. The user can specific all bas ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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