powered by
"optObj_lpSolveAPI"
Structure of the class "optObj_lpSolveAPI".
Objects can be created by calls of the constructor function optObj:
optObj
test <- optObj(solver = "lpSolveAPI").
test <- optObj(solver = "lpSolveAPI")
oobj
Object of class "pointerToProb" containing a pointer to a lpSolveAPI problem object.
"pointerToProb"
solver
Object of class "character" containing the name of the solver software (see SYBIL_SETTINGS for suitable values).
"character"
SYBIL_SETTINGS
method
Object of class "character" containing the method (algorithm) used by the solver software (see SYBIL_SETTINGS for suitable values).
probType
Object of class "character" giving the problem type (see optObj for suitable values).
Class "'>optObj", directly.
"'>optObj"
return_codeLPSOLVE
(code) prints a human readable translation of return codes of lpSolveAPI.
code
loadMatrixPerColumnLPSOLVE
(lpmod, constMat) load a constraint matrix (an object of class Matrix) to a lpSolveAPI problem object column by column.
lpmod, constMat
Matrix
Superclass '>optObj and constructor function optObj
'>optObj
# NOT RUN { showClass("optObj_lpSolveAPI") # }
Run the code above in your browser using DataLab