highs-js API reference
    Preparing search index...

    Interface RangingResult

    LP ranging result. Requires a valid optimal simplex basis.

    Index
    colBoundDown: RangingRecord

    Lower endpoint for each column's active/relevant bound.

    colBoundUp: RangingRecord

    Upper endpoint for each column's active/relevant bound.

    colCostDown: RangingRecord

    Lower endpoint for each column's objective coefficient.

    colCostUp: RangingRecord

    Upper endpoint for each column's objective coefficient.

    rowBoundDown: RangingRecord

    Lower endpoint for each row's active/relevant bound.

    rowBoundUp: RangingRecord

    Upper endpoint for each row's active/relevant bound.