Menu

UCS source code now available!

The source code of UCS is now available as a part of the LCSOR.
The files uploaded are:

1) the source code,
2) two example problems with the proper configuration, and
3) the documentation in doxygen html format.

You need at least (1) and (2) to proceed.

Installation details:

In order to compile and install this software follow these steps:

1) download the source code (e.g., UCS.tar.gz),
2) uncompress the file using tar ($ tar xvzf UCS.tar.gz),
3) enter to the directory containing the source code and compile it (make),
4) download the problem environment (e.g., Problems.tar.gz),
5) uncompress the file using tar ($ tar xvzf Problems.tar.gz), and
6) execute the program (e.g, $ ./UCS ../Problems/tao/config/tao.cfg).

Posted by Andreu Sancho-Asensio 2014-03-25

Log in to post a comment.