LP_highs: LP_highs Function to solve sparse LP problem using highs...

View source: R/qDEA.R

LP_highsR Documentation

LP_highs Function to solve sparse LP problem using highs package

Description

LP_highs Function to solve sparse LP problem using highs package

Usage

LP_highs(LP)

Arguments

LP

An LP object

Value

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)


qDEA documentation built on April 13, 2026, 5:07 p.m.