guess.basis: Guess Basis

Description Usage Arguments Value Author(s) References See Also

Description

Attempt to find a feasible basis corresponding to a user provided feasible point.

Usage

1
guess.basis(lprec, guess)

Arguments

lprec

an lpSolve linear program model object.

guess

a numeric vector of length n (the number of decision variables in lprec) containing a feasible point.

Value

if successful, a numeric vector containing the indices of a starting basis. This vector is suitable for use with the set.basis function.

Author(s)

Kjell Konis kjell.konis@me.com

References

http://lpsolve.sourceforge.net/5.5/index.htm

See Also

set.basis


lpSolveAPI documentation built on May 2, 2019, 6:50 p.m.