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

nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
lgarch  
Simulation and Estimation of Log-GARCH Models
Simulation and estimation of univariate and multivariate log-GARCH models. The main functions of the ...
Download / Learn more Package Citations See dependency  
buildr  
Organize & Run Build Scripts Comfortably
Working with reproducible reports or any other similar projects often require to run the script that ...
Download / Learn more Package Citations See dependency  
Deriv  
Symbolic Differentiation
R-based solution for symbolic differentiation. It admits user-defined function as well as function s ...
Download / Learn more Package Citations See dependency  
bulletr  
Algorithms for Matching Bullet Lands
Analyze bullet lands using nonparametric methods. We provide a reading routine for x3p files (see &l ...
Download / Learn more Package Citations See dependency  

22,086

R Packages

187,731

Dependencies

55,244

Author Associations

22,087

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns