HiGHS - High Performance Optimization Software
Maintainer(s):
fhk
Installing and Loading
INSTALL highs FROM community;
LOAD highs;
Example
SELECT highs_version('Test');
About highs
HiGHS is software for the definition, modification and solution of large scale sparse linear optimization models.
HiGHS is freely available from GitHub under the MIT licence and has no third-party dependencies.
Added Functions
function_name | function_type | description | comment | examples |
---|---|---|---|---|
highs_create_variables | table | NULL | NULL | NULL |
highs_version | scalar | NULL | NULL | NULL |
highs_solve | table | NULL | NULL | NULL |
highs_create_constraints | table | NULL | NULL | NULL |
highs_openssl_version | scalar | NULL | NULL | NULL |
highs_set_coefficients | table | NULL | NULL | NULL |