HiGHS

From IFORS Developing Countries Online Resources
Jump to: navigation, search

What Is HiGHS?

HiGHS is a high performance serial and parallel solver for large-scale sparse linear programming (LP), mixed-integer programming (MIP) and quadratic programming (QP) models developed in C++11, with interfaces to C, C#, FORTRAN, Julia and Python.

HiGHS is freely available under the MIT licence, and is downloaded from Github. Installing HiGHS from source code requires CMake minimum version 3.15, but no other third-party utilities. HiGHS can be used as a standalone executable on Windows, Linux and MacOS. There is a C++11 library which can be used within a C++ project or, via one of the interfaces, to a project written in other languages.

Link to website:https://www.highs.dev/

<html> <head> </head> <body> <script type="text/javascript">(function(d, t, e, m){

   // Async Rating-Widget initialization.
   window.RW_Async_Init = function(){
       RW.init({
           huid: "141148",
           uid: "6db8b62d52afa816e07e3917b2d0ce28",
           source: "website",
           options: {
               "advanced": {
                   "layout": {
                       "lineHeight": "22px"
                   }
               },
               "size": "medium",
               "style": "oxygen"
           } 
       });
       RW.render();
   };
   // Append Rating-Widget JavaScript library.
   var rw, s = d.getElementsByTagName(e)[0], id = "rw-js",
       p = d.location.protocol, a = ("https:" == p ? "secure." + 
       m + "js/" : "js." + m), ck = "Y" + t.getFullYear() + "M" + 
       t.getMonth() + "D" + t.getDate();
   if (d.getElementById(id)) return;              
   rw = d.createElement(e);
   rw.id = id; rw.async = true; rw.type = "text/javascript";
   rw.src = p + "//" + a + "external.min.js?ck=" + ck;
   s.parentNode.insertBefore(rw, s);

}(document, new Date(), "script", "rating-widget.com/"));</script>

</body> </html>