highs-sys 1.14.2

Rust binding for the HiGHS linear programming solver. See http://highs.dev.
Documentation
1
2
3
4
5
6
7
8
9
10
11
\ File written by HiGHS .lp file handler
min
 obj: -1 x1 
st
bounds
 x1 = 0
bin
 x1
gen
semi
end