highs-js API reference
    Preparing search index...

    Interface RunResult

    Successful persistent solve metadata. A limit status is not itself a call error.

    interface RunResult {
        modelStatus: ModelStatusCode;
        status: SuccessfulHighsStatus;
        warnings: readonly string[];
    }

    Hierarchy (View Summary)

    Index
    modelStatus: ModelStatusCode

    Model termination state established by the blocking solve.

    Native success or warning status.

    warnings: readonly string[]

    Stable wrapper summaries for kHighsStatusWarning.