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
12
13
14
15
16
17
18
# [Introduction]@id guide-introduction

This guide describes the features of HiGHS that are available when it
is called from [`Python`](@ref python-getting-started), [`C++`](@ref
cpp-getting-started), [`C`](@ref c-api), [`C#`](@ref csharp)  and [`Fortran`](@ref
fortran-api). It is written in three sections: [basic](@ref
guide-basic), [further](@ref guide-further) and [advanced](@ref
guide-advanced). 

The [basic](@ref guide-basic) section will be sufficient for most
users. This and the [further](@ref guide-further) section cover the
`Python` interface `highspy`.  Although references to methods link to
`Python` examples, the method names and functionality for other
interfaces are as close as possible.

The [advanced](@ref guide-advanced) section covers features in the
[`C++`](@ref cpp-getting-started), [`C`](@ref c-api) and
[`Fortran`](@ref fortran-api) that are not in `highspy`.