Skip to content

Commit 69f3c04

Browse files
authored
Merge pull request ERGO-Code#2348 from ERGO-Code/matlab-interface
Added MATLAB to `docs/src/interfaces/other.md`
2 parents 06c92d1 + c1e6903 commit 69f3c04

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/src/interfaces/other.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ including [pre-build libraries](https://github.com/coin-or/GAMSlinks/releases).
2222
* Alternatively, HiGHS also has a [native Node.js](https://www.npmjs.com/package/highs-solver)
2323
interface.
2424

25+
## MATLAB
26+
27+
* [HiGHSMEX](https://github.com/savyasachi/HiGHSMEX) is a MATLAB interface for Windows to provide all the functionality of HiGHS, except the following: Reading problem data from a model file; Setting names for the rows and columns of the model, or setting name for the objective; Advanced features such as solution of systems using the current basis matrix.
28+
29+
* The HiGHS MIP and dual simplex LP solvers have been used _within_ MATLAB (so for all architectures) by default since release 2024a.
30+
2531
## R
2632

2733
* An R interface is available through the [`highs` R package](https://cran.r-project.org/web/packages/highs/index.html).

0 commit comments

Comments
 (0)