Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Jun 10, 2024
1 parent 9a6be80 commit 4480962
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@
- [Documentation](#documentation)
- [Installation](#installation)
- [Build from source using CMake](#build-from-source-using-cmake)
- [Build with Meson*](#build-with-meson)
- [Build with Nix*](#build-with-nix)
- [Precompiled binaries](#precompiled-binaries)
- [Build with Nix](#build-with-nix)
- [Interfaces](#interfaces)
- [Python](#python)
- [CSharp](#csharp)
Expand Down Expand Up @@ -81,7 +82,7 @@ solves the model in `ml.mps`
```
More details on building with CMake can be found in `HiGHS/cmake/README.md`.

#### Building with Meson
#### Build with Meson

As an alternative, HiGHS can be installed using the `meson` build interface:
``` sh
Expand All @@ -90,15 +91,6 @@ meson test -C bbdir
```
_The meson build files are provided by the community and are not officially supported by the HiGHS development team._

### Precompiled binaries

Precompiled static executables are available for a variety of platforms at
https://github.com/JuliaBinaryWrappers/HiGHSstatic_jll.jl/releases

_These binaries are provided by the Julia community and are not officially supported by the HiGHS development team. If you have trouble using these libraries, please open a GitHub issue and tag `@odow` in your question._

See https://ergo-code.github.io/HiGHS/stable/installation/#Precompiled-Binaries.

#### Build with Nix

There is a nix flake that provides the `highs` binary:
Expand Down Expand Up @@ -133,6 +125,15 @@ python

_The nix build files are provided by the community and are not officially supported by the HiGHS development team._

### Precompiled binaries

Precompiled static executables are available for a variety of platforms at
https://github.com/JuliaBinaryWrappers/HiGHSstatic_jll.jl/releases

_These binaries are provided by the Julia community and are not officially supported by the HiGHS development team. If you have trouble using these libraries, please open a GitHub issue and tag `@odow` in your question._

See https://ergo-code.github.io/HiGHS/stable/installation/#Precompiled-Binaries.

## Interfaces

There are HiGHS interfaces for C, C#, FORTRAN, and Python in `HiGHS/src/interfaces`, with example driver files in `HiGHS/examples/`. More on language and modelling interfaces can be found at https://ergo-code.github.io/HiGHS/stable/interfaces/other/.
Expand Down

0 comments on commit 4480962

Please sign in to comment.