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

#### [Fortran]@id fortran-api

The interface is in
`HiGHS/highs/interfaces/highs_fortran_api.f90`. Its
methods are simply bindings to the [`C` API](@ref c-api)

To include in the build, switch the Fortran CMake parameter on:
``` bash
cmake -DFORTRAN=ON ..
```