highs-sys 1.14.0

Rust binding for the HiGHS linear programming solver. See http://highs.dev.
Documentation
1
2
3
4
5
6
7
8
# HighsBasis

The basis of a model is communicated via an instance of the HighsBasis structure

- valid: Scalar of type bool - Indicates whether the basis is valid
- col\_status: Vector of type [HighsBasisStatus]@ref - Comparison with [HighsBasisStatus]@ref gives the basis status of a column
- row\_status: Vector of type [HighsBasisStatus]@ref - Comparison with [HighsBasisStatus]@ref gives the basis status of a row