Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Might lack of file 'marray.h' #46

Open
jia2lin3yuan1 opened this issue Jan 31, 2018 · 1 comment
Open

Might lack of file 'marray.h' #46

jia2lin3yuan1 opened this issue Jan 31, 2018 · 1 comment

Comments

@jia2lin3yuan1
Copy link

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.

@VmirGerts
Copy link

@bjoern-andres has another repository: https://github.com/bjoern-andres/marray
you can try to add it to your project. However I get a lot of errors while compiling graph with marray...

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants