highs-js API reference
    Preparing search index...

    Type Alias HighsBasisStatus

    HighsBasisStatus: "FX" | "LB" | "BS" | "UB" | "FR" | "NB"

    Compact one-shot basis labels: fixed (FX), at lower bound (LB), basic (BS), at upper bound (UB), free (FR), or generic nonbasic (NB).

    Type Declaration

    • "FX"

      Fixed variable/row whose lower and upper bounds coincide.

    • "LB"

      Nonbasic at the lower bound.

    • "BS"

      Basic variable or row slack.

    • "UB"

      Nonbasic at the upper bound.

    • "FR"

      Free item with no finite active bound.

    • "NB"

      Generic nonbasic item not represented by a bound-specific label.