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 40ca385 commit 59cc16a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
- [Precompiled binaries](#precompiled-binaries)
- [Interfaces](#interfaces)
- [Python](#python)
- [C](#c)
- [CSharp](#csharp)
- [Fortran](#fortran)
- [Reference](#reference)

## About HiGHS
Expand Down Expand Up @@ -161,6 +163,9 @@ The installation can be tested using the small example `HiGHS/examples/call_high

The [Google Colab Example Notebook](https://colab.research.google.com/drive/1JmHF53OYfU-0Sp9bzLw-D2TQyRABSjHb?usp=sharing) also demonstrates how to call `highspy`.

### C
The C API is in `HiGHS/src/interfaces/highs_c_api.h`. It is included in the default build. For more details, check out our documentation website https://ergo-code.github.io/HiGHS/.

### CSharp

The nuget package Highs.Native is on https://www.nuget.org, at https://www.nuget.org/packages/Highs.Native/.
Expand All @@ -182,6 +187,11 @@ The nuget package contains runtime libraries for

Details for building locally can be found in `nuget/README.md`.

### Fortran

The Fortran API is in `HiGHS/src/interfaces/highs_fortran_api.f90`. It is *not* included in the default build. For more details, check out our documentation website https://ergo-code.github.io/HiGHS/.


## Reference

If you use HiGHS in an academic context, please acknowledge this and cite the following article.
Expand Down

0 comments on commit 59cc16a

Please sign in to comment.