How to user Minor Miner in MATLAB?
Can I use minor miner in Matlab on Windows? When I run the make file provided, it creates tons of errors regarding Mex file.
I also tried using Linux. Also getting the following error.
Error using mex
/home/maadit/Downloads/minorminer-main/matlab/find_embedding.cpp:21:10: fatal error: embedding_problem.hpp: No such file or
directory
21 | #include "embedding_problem.hpp"
| ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Error in make (line 15)
mex find_embedding.cpp -I../include CXXFLAGS="-std=c++1y -fPIC -O3" -lut -largeArrayDims -v
Comments
Hi Nadia,
We have flagged this issue to our developer team and we are working on the fix in the following pull request:
https://github.com/dwavesystems/minorminer/pull/194
Please note that future releases of the minorminer package are not expected to support Matlab.
Please sign in to leave a comment.