You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quick solution is to change type of unaryCosts_ from andres::Marray<double> to (for example) std::vector<std::vector<double>> and then to adapt constuctor, getters and setters...
In the file ./include/nl-lmp/problem.hxx : line 5, it includes a file 'andres/marray.h'. But there is no such file in the path.
The text was updated successfully, but these errors were encountered: