Closed jtorde closed 2 years ago
It seems that something is wrong with your calling Matlab from Julia. Did you set the environment variable? Or you can use the option chor_alg="greedy" to generate a chordal extension which doesn't rely on Matlab: opt,sol,data=blockcpop_first(pop,x,d,numeq=1,method="chordal", chor_alg="greedy")
When I try to run this code:
I get the error
Thanks!