newProblem: Create a new LP or MIP

Description Usage Arguments Value Author(s) See Also Examples

Description

newProblem creates a new and empty linear program (LP) or mixed integer program (MIP).

Usage

1

Arguments

max

TRUE (default) for a maximization problem, FALSE for a minization problem

Value

An object of class lpmodeler.

Author(s)

Cyrille Szymanski <cnszym at gmail.com>

See Also

TODO

Examples

1
p <- newProblem()

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