highs-js API reference
    Preparing search index...

    Interface PostsolveInput

    Presolved-space solution used to recover an original-space solution.

    interface PostsolveInput {
        colDual?: NumberInput;
        colValue: NumberInput;
        rowDual?: NumberInput;
    }
    Index
    colDual?: NumberInput

    Optional dual values for presolved columns, length presolvedNumCols.

    colValue: NumberInput

    Primal values for the presolved columns.

    rowDual?: NumberInput

    Optional dual values for presolved rows, length presolvedNumRows.