Scippy

UG

Ubiquity Generator framework

Makefiles / Installation information

Compiling with UG directly can be done as follows:

Type make in the console from the UG main folder. The system will ask you to provide necessary links and build fiberscip. Options include OPT=<opt|dbg> to select optimized or debug mode, COMM=<pth,mpi,cpp11> to select pthreads, MPI or cpp11. Also, some Makefile flags from scip can be set, such as LPS and IPOPT. Please refer to the SCIP documentation for a full list.

With make doc you can build a local copy of this documentation if you have doxygen installed in your machine. After the build process completed, open doc/html/index.html with your favourite browser.