
Last chance! 50% off unlimited learning
Sale ends in
"optObj_glpkAPI"
Structure of the class "optObj_glpkAPI"
.
Objects can be created by calls of the constructor function optObj
:
test <- optObj(solver = "glpkAPI")
.
oobj
:Object of class "pointerToProb"
containing a pointer to a
glpkAPI problem object.
solver
:Object of class "character"
containing the name of the solver
software (see SYBIL_SETTINGS
for suitable values).
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).
Superclass '>optObj
and constructor function
optObj
# NOT RUN {
showClass("optObj_glpkAPI")
# }
Run the code above in your browser using DataLab