Learn R Programming

lpmodeler (version 0.2-1)

print.lpmodeler: Print a LP or MIP problem

Description

Prints general information about a linear program (LP) or mixed integer program (MIP) represented by an object of class lpmodeler.

Usage

"print"(x, ...)

Arguments

x
an object of class lpmodeler
...
further arguments passed to or from other methods

See Also

TODO

Examples

Run this code
p <- newProblem()
print(p)

Run the code above in your browser using DataLab