I an using SCIPoptSuite in my code to solve a MINLP problem, and I would like to test if parallelization inproves the performance or not.
However the UG Framework is not built in the SCIPoptSuite installer version, so I wonder if I can compile UG separately and link it with SCIPoptSuite?
Or must I compile SCIPoptSuite from source code, where I can link UG directly? (But that means i need to install IpOpt and link it as well, since I need IpOpt too and it is included in the installer version).