| LP_highs | R Documentation |
LP_highs Function to solve sparse LP problem using highs package
LP_highs(LP)
LP |
An LP object |
A list containing following components:
status = status of highs solver
objval = objective value
solution = lp primal solution
dual = lp dual solution
rcost = lp reduced cost
lhs = lp lhs associated with primal solution
TIME = total seconds to execute LP_highs function
SMtime = seconds to transform form of sparse LP (if needed)
proctime = seconds required by highs to solve LP
LP = LP object (transformed to SMM='CRI', ZINDEX=FALSE if needed)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.