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]
All associated links for this package
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 21 Nov. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
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  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  
kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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