Open koo5 opened 3 years ago
This has been discussed before, I think on Discourse. The problem is poor modularity of this clpq and clpr libraries. That can of course be fixed. This requires some serious refactoring though and, I guess, waits for someone to take responsibility for these libraries. You can hack around it by also loading library(clpq) using :- use_module(library(clpq), []).
sorry, i'm not sure what you mean by "also loading library(clpq) using :- use_module(library(clpq), [])." should i load it twice?
Not twice, library(clpq) and library(clpr) are different libraries, but they depend on each other in some ways, I don't know the details about the interdependence