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 Dec. 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

batteryreduction  
An R Package for Data Reduction by Battery Reduction
Battery reduction is a method used in data reduction. It uses Gram-Schmidt orthogonal rotations to f ...
Download / Learn more Package Citations See dependency  
helda  
Preprocess Data and Get Better Insights from Machine Learning Models
The main focus is on preprocessing and data visualization of machine learning models performances.So ...
Download / Learn more Package Citations See dependency  
CIFsmry  
Weighted summary of cumulative incidence functions
Estimate of cumulative incidence function in two samples. Provide weighted summary statistics based ...
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  
condGEE  
Parameter Estimation in Conditional GEE for Recurrent Event Gap Times
Solves for the mean parameters, the variance parameter, and their asymptotic variance in a condition ...
Download / Learn more Package Citations See dependency  
SEIRfansy  
Extended Susceptible-Exposed-Infected-Recovery Model
Extended Susceptible-Exposed-Infected-Recovery Model for handling high false negative rate and symp ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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