setPoint: Set the coefficient of a variable in a contraint of a LP or...

Description Usage Arguments Value Author(s) See Also Examples

Description

setPoint sets the coefficient of a variable in a contraint of a linear program (LP) or mixed integer program (MIP) given their names.

Usage

1
setPoint(p, v, c, x)

Arguments

p

an object of class lpmodeler

v

name of the variable in the problem matrix (column)

c

name of the constraint in the problem matrix (row)

x

value of the coefficient

Value

An object of class lpmodeler.

Author(s)

Cyrille Szymanski <cnszym at gmail.com>

See Also

TODO

Examples

1
# TODO

Example output



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