From MPT3 Wiki

Main: Troubleshooting

Troubleshooting

Recompile LCP

If you are on Linux and mpt_init does not recognize the lcp solver, then you have to recompile the solver (related thread on Google groups):

cwd=pwd;
cd(fileparts(which('lcp')))
lcp_compile
cd(cwd)

Do not forget to run mex -setup first to properly set up your mex compiler. The re-compilation must be performed every time the lcp package is updated to a newer version by tbxmanager.

Retrieved from https://www.mpt3.org/Main/Troubleshooting
Page last modified on January 21, 2014, at 02:19 PM