solveLPD: Method for solving a Linear Program

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Additional arguments to the solveLPD-method pertinent to the defined S4-classes in this package are detailed below.

Usage

1
2
## S4 method for signature 'CLPD'
solveLPD(object, verbose = FALSE)  

Arguments

object

CLPD: An object of class "CLPD", ordinarily returned by a call to LPD().

verbose

logical: Whether interim-out put of the solver should be displayed.

Details

This method is a wrapper to the Rglpk-function Rglpk_solve_LP().

Value

An object of S4-class "CLPS".

Author(s)

Bernhard Pfaff

See Also

CLPS

Examples

1
2

TSSP documentation built on May 2, 2019, 4:56 p.m.

Related to solveLPD in TSSP...