Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

optObj_lpSolveAPI-class

Class "optObj_lpSolveAPI"


Description

Structure of the class "optObj_lpSolveAPI".

Objects from the Class

Objects can be created by calls of the constructor function optObj:

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

Slots

oobj:

Object of class "pointerToProb" containing a pointer to a lpSolveAPI 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).

Extends

Class "optObj", directly.

Further usefull Functions

return_codeLPSOLVE:

(code) prints a human readable translation of return codes of lpSolveAPI.

loadMatrixPerColumnLPSOLVE:

(lpmod, constMat) load a constraint matrix (an object of class Matrix) to a lpSolveAPI problem object column by column.

Author(s)

Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>

Maintainer: Mayo Roettger <mayo.roettger@hhu.de>

See Also

Superclass optObj and constructor function optObj

Examples

showClass("optObj_lpSolveAPI")

sybil

Efficient Constrained Based Modelling

v2.1.5
GPL-3 | file LICENSE
Authors
Mayo Roettger [cre], Gabriel Gelius-Dietrich [aut], C. Jonathan Fritzemeier [ctb], Rajen Piernikarczyk [ctb], Marc Andre Daxer [ctb], Benjamin Braasch [ctb], Abdelmoneim Desouki [ctb], Martin J. Lercher [ctb]
Initial release
2019-03-07

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.