|
| 1 | +# Third Party Licenses and Acknowledgements |
| 2 | + |
| 3 | +The majority of the HiGHS source code is available under the [MIT license](https://opensource.org/license/MIT). |
| 4 | + |
| 5 | +Code in the `/extern` directory was originally developed by third-parties and is |
| 6 | +licensed under additional licenses. |
| 7 | + |
| 8 | +## amd |
| 9 | + |
| 10 | +The source code in `/extern/amd` is distributed under the [BSD-3 license](https://opensource.org/license/bsd-3-clause). |
| 11 | + |
| 12 | +It was originally developed by Timothy Davis. |
| 13 | + |
| 14 | +The upstream source code is available at: |
| 15 | + |
| 16 | + * https://github.com/DrTimothyAldenDavis/SuiteSparse |
| 17 | + |
| 18 | +To avoid compiling this code into HiGHS, use `-DHIPO=OFF`. |
| 19 | + |
| 20 | +## filereaderlp |
| 21 | + |
| 22 | +The source code in `/extern/filereaderlp` is distributed under the [MIT license](https://opensource.org/license/MIT). |
| 23 | + |
| 24 | +It was originally developed by Michael Feldmeier. |
| 25 | + |
| 26 | +The upstream source code is available at: |
| 27 | + |
| 28 | + * https://github.com/feldmeier/FilereaderLP |
| 29 | + |
| 30 | +## metis |
| 31 | + |
| 32 | +The source code in `/extern/metis` is distributed under the [Apache 2.0 license](https://opensource.org/license/apache-2-0). |
| 33 | + |
| 34 | +It was originally developed by George Karypis. |
| 35 | + |
| 36 | +The upstream source code is available at: |
| 37 | + |
| 38 | + * https://github.com/KarypisLab/METIS |
| 39 | + * https://github.com/KarypisLab/GKlib |
| 40 | + |
| 41 | +To avoid compiling this code into HiGHS, use `-DHIPO=OFF`. |
| 42 | + |
| 43 | +## pdqsort |
| 44 | + |
| 45 | +The source code in `/extern/pdqsort` is distributed under the [zlib license](https://opensource.org/license/zlib). |
| 46 | + |
| 47 | +It was originally developed by Orson Peters. |
| 48 | + |
| 49 | +The upstream source code is available at: |
| 50 | + |
| 51 | + * https://github.com/orlp/pdqsort |
| 52 | + |
| 53 | +## rcm |
| 54 | + |
| 55 | +The source code in `/extern/rcm` is distributed under the [MIT license](https://opensource.org/license/MIT). |
| 56 | + |
| 57 | +It was originally developed by Alan George, Joseph Liu, and John Burkardt. |
| 58 | + |
| 59 | +The upstream source code is available at: |
| 60 | + |
| 61 | + * https://people.sc.fsu.edu/~jburkardt/cpp_src/rcm/rcm.html |
| 62 | + |
| 63 | +## zstr |
| 64 | + |
| 65 | +The source code in `/extern/zstr` is distributed under the [MIT license](https://opensource.org/license/MIT). |
| 66 | + |
| 67 | +It was originally developed by Matei David. |
| 68 | + |
| 69 | +The upstream source code is available at: |
| 70 | + |
| 71 | + * https://github.com/mateidavid/zstr |
0 commit comments