Learn R Programming

sybil (version 1.0.1)

optObj_lpSolveAPI-class: Class "optObj_lpSolveAPI"

Description

Structure of the class "optObj". Objects of that class are returned by the function prepProbObj.

Arguments

Objects from the Class

Objects can be created by calls of the function optObj:

test <- optObj(solver = "lpSolveAPI").

Extends

Class "optObj", directly.

Methods

No methods defined with class "optObj_lpSolveAPI" in the signature.

See Also

prepProbObj

Examples

Run this code
showClass("optObj_lpSolveAPI")

Run the code above in your browser using DataLab