Learn R Programming

sybil (version 1.1.2)

optObj-class: Class "optObj"

Description

Structure of the class "optObj". Objects extending optObj returned by the constructor function optObj. These objects are used as part of class sysBiolAlg.

Arguments

encoding

utf8

Objects from the Class

A virtual Class: No objects may be created from it.

Details

The intention of class optObj is, to provide a flexible user interface to several optimization software products. The methods here working on the slot oobj are interface functions to low level functions invoking corresponding C functions. Basically, the user has not to care about the nature of the solver, or solver-specific functions. That is done by the class.

See Also

The constructor function sysBiolAlg for objects extending class sysBiolAlg; The constructor function optObj; SYBIL_SETTINGS and checkDefaultMethod.

Examples

Run this code
showClass("optObj")

Run the code above in your browser using DataLab