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