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]
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 05 May. 2025.
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
04/0504/0604/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/2604/2704/2804/2904/3005/0105/0205/0305/04Downloads for glpkAPI2030405060708090TrendBars

Today's Hot Picks in Authors and Packages

helloJavaWorld  
Hello Java World
A dummy package to demonstrate how to interface to a jar file that resides inside an R package. ...
Download / Learn more Package Citations See dependency  
ClickHouseHTTP  
A Simple HTTP Database Interface to 'ClickHouse'
'ClickHouse' () is an open-source, high performance columnar OLAP (online ...
Download / Learn more Package Citations See dependency  
aspline  
Spline Regression with Adaptive Knot Selection
Perform one-dimensional spline regression with automatic knot selection. This package uses a penali ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
frailtypack  
Shared, Joint (Generalized) Frailty Models; Surrogate Endpoints
The following several classes of frailty models using a penalized likelihood estimation on the hazar ...
Download / Learn more Package Citations See dependency  
affinitymatrix  
Estimation of Affinity Matrix
Tools to study sorting patterns in matching markets and to estimate the affinity matrix of both the ...
Download / Learn more Package Citations See dependency  

24,205

R Packages

207,311

Dependencies

65,312

Author Associations

24,206

Publication Badges

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