|  impressum  | 
Siegel der Universität
University of Cologne

Faculty of Mathematics and Natural Sciences
Chair of Computer Science - Prof. Dr. Michael Jünger

Short instruction to install ABACUS

Preconditions

Before compiling ABACUS 3.0 (or greater) make sure that COIN-OSI is installed. We recommend to use COIN-OSI version 0.100. For more information on the installation of COIN-OSI see https://projects.coin-or.org/Osi.
Additional information for OSI 0.105 Since the COIN OSI project has been restructured, it no longer contains Clp. We therefore recommend to install COIN Clp instead of the vanilla COIN OSI. This will also give you a copy of COIN OSI.

To build the documentation several auxiliary programs are needed:

Installation

Set the paths at the top of the Makefile to the include directories of COIN-OSI and the LP solvers installed on your system. Settings for different compilers are stored in the directory Make-settings. Which settings file is used is determined by the variable ABACUS_MAKE_SETTINGS. To compile ABACUS with g++-4.1, for example, do:

To install abacus to a specific location instead of the base directory set the variables ABACUS_INSTALL_LIBDIR and ABACUS_INSTALL_HEADERDIR in the Makefile and run, for example:

While ABACUS 3.0 is not compatible to gcc releases > 4.1, you can use ABACUS 3.2beta with current versions of the gcc suite.

The environment variable ABACUS_DIR has to be set to the directory containing the general configuration file '.abacus'. A master version of this configuration file is provided in the base directory of the ABACUS distribution. It is recommended that every user makes a private copy of the file '.abacus' and sets ABACUS_DIR accordingly.
To set the environment variable to /home/yourhome, for example, using the C-shell or its relatives, do:

If the Bourne-shell is used do:

Usually it is convenient to add these instructions to the personal '.login' file.

Documentation

This produces the reference manual in html format in the sub- directory html. The start page is html/index.html.

This produces the complete user's guide and reference manual in pdf format (manual.pdf).

This produces the complete user's guide and reference manual in html format. The start page is manualhtml/manual.html

For more detailed installation instructions and information on environment variable settings, please read chapter 2 of the user's guide.