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
9
10
11
# HighsLinearObjective

A linear objective for a model is communicated via an instance of the HighsLinearObjective structure

- weight: Scalar of type double - The weight of this objective when blending 
- offset: Scalar of type double - The offset of this objective
- coefficients: Vector of type double - The coefficients of this objective
- abs\_tolerance: Scalar of type double - The absolute tolerance on this objective when performing lexicographic optimization 
- rel\_tolerance: Scalar of type double - The relative tolerance on this objective when performing lexicographic optimization 
- priority: Scalar of type HighsInt - The priority of this objective when performing lexicographic optimization