A matrix of coefficients for the linear objective functions
targets
A vector of target values for the objective functions
achievements
A data frame with the deviation variables for each objective together with the priority level
maxiter
The maximum number of interations with a default value of 1000
verbose
A logical value that determines if intermediate tableaus are to be printed
Value
An object of class 'llgp' which is a list with three named components
tabAn object of type 'llgptab' for the modified simplex tableau
solutionAn object of typel 'llgpout' for the optimal solution
convergedA logical value that determines if the algorithm converged to the optimal solution
Details
The function implements the Ignizio (1976) modified simplex algorithm. When the user selects verbose=TRUE,
the modified simplex tableau is printed at each iteration.
References
Ignizio, J. P. (1976). Goal Programming and Extensions, Lexington Books, D. C. Heath and Company.