addColsGLPK             Add Columns to a GLPK Problem Object
addRowsGLPK             Add Rows to a GLPK Problem Object
advBasisGLPK            Contruct Advanced Initial LP Basis
bfExistsGLPK            Check if the basis factorization exists
bfUpdatedGLPK           Check if the basis factorization has been
                        updated
checkDupGLPK            Check for Duplicate Elements in Sparse Matrix
copyProbGLPK            Copy problem object content
cpxBasisGLPK            Construct Bixby's initial LP basis
createIndexGLPK         Create the Name Index
delColsGLPK             Delete Columns from Problem Object
delProbGLPK             Delete Problem Object
delRowsGLPK             Delete Rows from Problem Object
deleteIndexGLPK         Delete the Name Index
eraseProbGLPK           Erase problem object content
factorizeGLPK           Compute the basis factorization
findColGLPK             Find Column by its Name
findRowGLPK             Find Row by its Name
getBfcpGLPK             Retrieve Basis Factorization Control parameters
getBheadGLPK            Retrieve Basis Header Information
getCbindGLPK            Retrieve Column Index in the Basis Header
getColDualGLPK          Retrieve Column Dual Value
getColDualIptGLPK       Retrieve Column Dual Value
getColKindGLPK          Retrieve Column Kind
getColLowBndGLPK        Retrieve Column Lower Bound
getColNameGLPK          Retrieve Column Name
getColPrimGLPK          Retrieve Column Primal Value
getColPrimIptGLPK       Retrieve Column Primal Value
getColStatGLPK          Retrieve Column Status
getColTypeGLPK          Retrieve Column Type
getColUppBndGLPK        Retrieve Column Upper Bound
getColsDualGLPK         Retrieve Column Dual Value of all Columns
getColsDualIptGLPK      Retrieve Column Dual Value of all Columns
getColsKindGLPK         Retrieve Column Kind
getColsLowBndsGLPK      Retrieve Lower Bounds of Specified Columns
getColsPrimGLPK         Retrieve all Column Primal Values
getColsPrimIptGLPK      Retrieve all Column Primal Values
getColsStatGLPK         Retrieve Column Status of all Columns
getColsUppBndsGLPK      Retrieve Upper Bounds of Specified Columns
getDualStatGLPK         Retrieve Status of Dual Basic Solution
getInteriorParmGLPK     Retrives the Control Parameters for the
                        Interior-point Method.
getMIPParmGLPK          Retrives the Control Parameters for MIP.
getMatColGLPK           Retrieves Column j of the Constraint Matrix.
getMatRowGLPK           Retrieves Row i of the Constraint Matrix.
getNumBinGLPK           Retrieve Number of Binary Columns
getNumColsGLPK          Retrieve Number of Columns
getNumIntGLPK           Retrieve Number of Integer Columns
getNumNnzGLPK           Retrieve the Number of Constraint Coefficients
getNumRowsGLPK          Retrieve Number of Rows
getObjCoefGLPK          Retrieve Objective Coefficient or Constant Term
getObjCoefsGLPK         Retrieve Objective Coefficients at Specified
                        Columns and/or Constant Term
getObjDirGLPK           Retrieve Optimization Direction Flag
getObjNameGLPK          Retrieve Objective Function Name
getObjValGLPK           Retrieve Objective Value
getObjValIptGLPK        Retrieve Objective Value
getPrimStatGLPK         Retrieve Status of Primal Basic Solution
getProbNameGLPK         Retrieve Problem Name
getRbindGLPK            Retrieve Row Index in the Basis Header
getRiiGLPK              Retrieve row scale factor
getRowDualGLPK          Retrieve Row Dual Value
getRowDualIptGLPK       Retrieve Row Dual Value
getRowLowBndGLPK        Retrieve Row Lower Bound
getRowNameGLPK          Retrieve Row Name
getRowPrimGLPK          Retrieve Row Primal Value
getRowPrimIptGLPK       Retrieve Row Primal Value
getRowStatGLPK          Retrieve Row Status
getRowTypeGLPK          Retrieve Row Type
getRowUppBndGLPK        Retrieve Row Upper Bound
getRowsDualGLPK         Retrieve Row Dual Values of all Rows
getRowsDualIptGLPK      Retrieve Row Dual Value of all Rows
getRowsLowBndsGLPK      Retrieve Lower Bounds of Specified Rows
getRowsPrimGLPK         Retrieve Row Primal Value of all Rows
getRowsPrimIptGLPK      Retrieve Row Primal Value of all Rows
getRowsStatGLPK         Retrieve Row Status of all Rows
getRowsTypesGLPK        Retrieve Types of Specified Constraints (Rows)
getRowsUppBndsGLPK      Retrieve Upper Bounds of Specified Rows
getSimplexParmGLPK      Retrives the Control Parameters for the Simplex
                        Method.
getSjjGLPK              Retrieve column scale factor
getSolStatGLPK          Determine Generic Status of the Basic Soluton
getSolStatIptGLPK       Determine Solution Status
getUnbndRayGLPK         Determine Variable Causing Unboundedness
glpkAPI-package         R Interface to C API of GLPK
glpkConstants           Constants, Return and Status Codes of GLPK
glpkPtr-class           Class '"glpkPtr"'
initProbGLPK            Create a GLPK Problem Object
loadMatrixGLPK          Load/Replace the Whole Constraint Matrix
mipColValGLPK           Retrieve Column Value
mipColsValGLPK          Retrieve Column Value of all Columns
mipObjValGLPK           Retrieve Objective Value
mipRowValGLPK           Retrieve Row Value
mipRowsValGLPK          Retrieve Row Value of all Rows
mipStatusGLPK           Determine Status of MIP Solution
mplAllocWkspGLPK        Allocate Translator Workspace
mplBuildProbGLPK        Build Problem Instance From Model
mplFreeWkspGLPK         Free Translator Workspace
mplGenerateGLPK         Generate the Model
mplPostsolveGLPK        Postsolve Model
mplReadDataGLPK         Read and Translate Data Section
mplReadModelGLPK        Read and Translate Model Section
printIptGLPK            Write Interior-Point Solution in Printable
                        Format
printMIPGLPK            Write Interior-Point Solution in Printable
                        Format
printRangesGLPK         Print Sensitivity Analysis Report
printSolGLPK            Write Basic Solution in Printable Format
readIptGLPK             Read Interior-Point Solution From Text File
readLPGLPK              Read Problem Data in CPLEX LP Format
readMIPGLPK             Read MIP Solution From Text File
readMPSGLPK             Read Problem Data in MPS Format
readProbGLPK            Read Problem Data in GLPK F ormat
readSolGLPK             Read Basic Solution From Text File
return_codeGLPK         Translates a GLPK Return Code into a Human
                        Readable String
scaleProbGLPK           Scale Problem Data
setBfcpGLPK             Change Basis Factorization Control Parameters
setColBndGLPK           Set/Change Column Bounds
setColKindGLPK          Set Column Kind
setColNameGLPK          Set/Change Column Name
setColStatGLPK          Set column status
setColsBndsGLPK         Set/Change Column Bounds
setColsBndsObjCoefsGLPK
                        Set/Change Column Bounds and Objective
                        Coefficients and/or Constant Term
setColsKindGLPK         Set Column Kind for a Set of Columns
setColsNamesGLPK        Set/Change Column Names
setDefaultIptParmGLPK   Sets the Default Control Parameters for the
                        Interior-point Method.
setDefaultMIPParmGLPK   Sets the Default Control Parameters for the MIP
                        Method
setDefaultSmpParmGLPK   Sets the Default Control Parameters for the
                        Simplex Methods.
setInteriorParmGLPK     Sets/Changes Control Parameters or the
                        Interior-point Method.
setMIPParmGLPK          Sets/Changes Control Parameters or the MIP
                        Methods
setMatColGLPK           Set (Replace) Column of the Constraint Matrix
setMatRowGLPK           Set (Replace) Row of the Constraint Matrix
setObjCoefGLPK          Set/Change Objective Coefficient or Constant
                        Term
setObjCoefsGLPK         Set/Change Objective Coefficients and/or
                        Constant Term
setObjDirGLPK           Set/Change Optimization Direction Flag
setObjNameGLPK          Set/Change Objective Function Name
setProbNameGLPK         Set/Change Problem Name
setRhsZeroGLPK          Set/Change all Row Bounds to Zero
setRiiGLPK              Set row scale factor
setRowBndGLPK           Set/Change Row Bounds
setRowNameGLPK          Set/Change Row Name
setRowStatGLPK          Set row status
setRowsBndsGLPK         Set/Change Row Bounds
setRowsNamesGLPK        Set/Change Row Names
setSimplexParmGLPK      Sets/Changes Control Parameters or the Simplex
                        Methods.
setSjjGLPK              Retrieve column scale factor
solveInteriorGLPK       Solve LP Problem with the Interior-Point Method
solveMIPGLPK            Solve MIP Problem with the Branch-and-Cut
                        Method
solveSimplexExactGLPK   Solve LP Problem in Exact Arithmetic
solveSimplexGLPK        Solve LP Problem with the Primal or Dual
                        Simplex Method
sortMatrixGLPK          Sort Elements of the Constraint Matrix
status_codeGLPK         Translates a GLPK Status Value into a Human
                        Readable String
stdBasisGLPK            Contruct Standard Initial LP Basis
termOutGLPK             Enable/Disable Terminal Output
unscaleProbGLPK         Problem unscaling
versionGLPK             Determine GLPK Callable Library Version
warmUpGLPK              Warm Up LP Basis
writeIptGLPK            Write Interior-Point Solution to Text File
writeLPGLPK             Write Problem Data in CPLEX LP Format
writeMIPGLPK            Write MIP Solution to Text File
writeMPSGLPK            Write Problem Data in MPS Format
writeProbGLPK           Write Problem Data in GLPK Format
writeSolGLPK            Write Basic Solution to Text File
