Other packages > Find by keyword >

glpkAPI  

R Interface to C API of GLPK
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("glpkAPI", "1.3.4")



Attach the package and use:
library("glpkAPI")
Maintained by
Mihail Anton
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2011-07-28
Latest Update: 2022-11-10
Description:
R Interface to C API of GLPK, depends on GLPK Version >= 4.42.
How to cite:
Mihail Anton (2011). glpkAPI: R Interface to C API of GLPK. R package version 1.3.4, https://cran.r-project.org/web/packages/glpkAPI. Accessed 22 Dec. 2024.
Previous versions and publish date:
1.1.5 (2011-07-28 15:03), 1.1.7 (2012-01-10 17:50), 1.1.8 (2012-02-08 08:04), 1.1.9 (2012-02-13 14:57), 1.2.0 (2012-02-15 09:29), 1.2.1 (2012-03-15 18:34), 1.2.3 (2012-04-20 13:36), 1.2.4 (2012-07-06 10:53), 1.2.5 (2012-11-15 18:25), 1.2.6 (2013-02-12 13:31), 1.2.7 (2013-05-23 14:45), 1.2.8 (2013-07-16 16:07), 1.2.9 (2013-07-27 20:43), 1.2.10 (2014-01-08 13:28), 1.2.11 (2014-11-16 22:12), 1.3.0 (2015-01-07 00:46), 1.3.1 (2018-09-14 16:20), 1.3.2 (2020-02-13 15:00), 1.3.3 (2021-10-28 14:50)
Other packages that cited glpkAPI R package
View glpkAPI citation profile
Other R packages that glpkAPI depends, imports, suggests or enhances
Complete documentation for glpkAPI
Functions, R codes and Examples using the glpkAPI R package
Some associated functions: addColsGLPK . addRowsGLPK . advBasisGLPK . bfExistsGLPK . bfUpdatedGLPK . checkDupGLPK . copyProbGLPK . cpxBasisGLPK . createIndexGLPK . delColsGLPK . delProbGLPK . delRowsGLPK . deleteIndexGLPK . eraseProbGLPK . factorizeGLPK . findColGLPK . findRowGLPK . getBfcpGLPK . getBheadGLPK . getCbindGLPK . getColDualGLPK . getColDualIptGLPK . getColKindGLPK . getColLowBndGLPK . getColNameGLPK . getColPrimGLPK . getColPrimIptGLPK . getColStatGLPK . getColTypeGLPK . getColUppBndGLPK . getColsDualGLPK . getColsDualIptGLPK . getColsKindGLPK . getColsLowBndsGLPK . getColsPrimGLPK . getColsPrimIptGLPK . getColsStatGLPK . getColsUppBndsGLPK . getDualStatGLPK . getInteriorParmGLPK . getMIPParmGLPK . getMatColGLPK . getMatRowGLPK . getNumBinGLPK . getNumColsGLPK . getNumIntGLPK . getNumNnzGLPK . getNumRowsGLPK . getObjCoefGLPK . getObjCoefsGLPK . getObjDirGLPK . getObjNameGLPK . getObjValGLPK . getObjValIptGLPK . getPrimStatGLPK . getProbNameGLPK . getRbindGLPK . getRiiGLPK . getRowDualGLPK . getRowDualIptGLPK . getRowLowBndGLPK . getRowNameGLPK . getRowPrimGLPK . getRowPrimIptGLPK . getRowStatGLPK . getRowTypeGLPK . getRowUppBndGLPK . getRowsDualGLPK . getRowsDualIptGLPK . getRowsLowBndsGLPK . getRowsPrimGLPK . getRowsPrimIptGLPK . getRowsStatGLPK . getRowsTypesGLPK . getRowsUppBndsGLPK . getSimplexParmGLPK . getSjjGLPK . getSolStatGLPK . getSolStatIptGLPK . getUnbndRayGLPK . glpkAPI-package . glpkConstants . glpkPtr-class . initProbGLPK . loadMatrixGLPK . mipColValGLPK . mipColsValGLPK . mipObjValGLPK . mipRowValGLPK . mipRowsValGLPK . mipStatusGLPK . mplAllocWkspGLPK . mplBuildProbGLPK . mplFreeWkspGLPK . mplGenerateGLPK . mplPostsolveGLPK . mplReadDataGLPK . mplReadModelGLPK . printIptGLPK . printMIPGLPK . printRangesGLPK . printSolGLPK . readIptGLPK . readLPGLPK . readMIPGLPK . readMPSGLPK . readProbGLPK . readSolGLPK . return_codeGLPK . scaleProbGLPK . setBfcpGLPK . setColBndGLPK . setColKindGLPK . setColNameGLPK . setColStatGLPK . setColsBndsGLPK . setColsBndsObjCoefsGLPK . setColsKindGLPK . setColsNamesGLPK . setDefaultIptParmGLPK . setDefaultMIPParmGLPK . setDefaultSmpParmGLPK . setInteriorParmGLPK . setMIPParmGLPK . setMatColGLPK . setMatRowGLPK . setObjCoefGLPK . setObjCoefsGLPK . setObjDirGLPK . setObjNameGLPK . setProbNameGLPK . setRhsZeroGLPK . setRiiGLPK . setRowBndGLPK . setRowNameGLPK . setRowStatGLPK . setRowsBndsGLPK . setRowsNamesGLPK . setSimplexParmGLPK . setSjjGLPK . solveInteriorGLPK . solveMIPGLPK . solveSimplexExactGLPK . solveSimplexGLPK . sortMatrixGLPK . status_codeGLPK . stdBasisGLPK . termOutGLPK . unscaleProbGLPK . versionGLPK . warmUpGLPK . writeIptGLPK . writeLPGLPK . writeMIPGLPK . writeMPSGLPK . writeProbGLPK . writeSolGLPK . 
Some associated R codes: generics.R . glpk.R . glpkAPI.R . glpk_ptrClass.R . zzz.R .  Full glpkAPI 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

LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
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