GLPK function not found

7 views (last 30 days)
Alexander
Alexander on 30 Jul 2023
Commented: Walter Roberson on 31 Jul 2023
The function glpk gets called inside another function with some parameters to optimize. The output is ```Unrecognized function or variable 'glpk'```
The system is arch linux, with glpk installed via pacman. It is a code project I am not super familiar with yet as it was provided recently.
  3 Comments
Alexander
Alexander on 31 Jul 2023
I installed this, but now the issue is within the function glpkcc, which doesn't exist. If I run the glpk function, then the output is now an undefined function or variable 'glpkcc'
Walter Roberson
Walter Roberson on 31 Jul 2023
https://github.com/blegat/glpkmex

Sign in to comment.

Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Tags

Products


Release

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!