print.lpmodeler: Print a LP or MIP problem

Description Usage Arguments Author(s) See Also Examples

Description

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

Usage

1
2
## S3 method for class 'lpmodeler'
print(x, ...)

Arguments

x

an object of class lpmodeler

...

further arguments passed to or from other methods

Author(s)

Cyrille Szymanski <cnszym at gmail.com>

See Also

TODO

Examples

1
2
p <- newProblem()
print(p)

lpmodeler documentation built on May 2, 2019, 2:46 p.m.