highs-js API reference
    Preparing search index...

    Enumeration GlpsolCostRowLocation

    Placement of the objective row in GLPSOL solution output.

    Index
    kGlpsolCostRowLocationLast: -2

    Place the objective row last.

    kGlpsolCostRowLocationMin: -2

    Minimum special location code; positive values denote one-based row locations.

    kGlpsolCostRowLocationNone: number

    Omit the objective row.

    kGlpsolCostRowLocationNoneIfEmpty: number

    Omit an empty objective row; otherwise preserve its data-file position.