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

critpath  
Setting the Critical Path in Project Management
Solving the problem of project management using CPM (Critical Path Method), PERT (Program Evaluation ...
Download / Learn more Package Citations See dependency  
mistral  
Methods in Structural Reliability
Various reliability analysis methods for rare event inference (computing failure probability and qua ...
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  
steepness  
Testing Steepness of Dominance Hierarchies
The steepness package computes steepness as a property of dominance hierarchies. Steepness is define ...
Download / Learn more Package Citations See dependency  
ftaproxim  
Fault Tree Analysis Based on Proxel Simulation
Calculation and plotting of instantaneous unavailabilities of basic events along with the top event ...
Download / Learn more Package Citations See dependency  
rdbnomics  
Download DBnomics Data
R access to hundreds of millions data series from DBnomics API (). ...
Download / Learn more Package Citations See dependency  

22,114

R Packages

188,080

Dependencies

55,244

Author Associations

22,115

Publication Badges

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