SAL Home NUMERICS Optimization

ABACUS

ABACUS (A Branch-And-CUt System) is a software system which provides a framework for the implementation of branch-and-bound algorithms using linear programming relaxations that can be complemented with the dynamic generation of cutting planes or columns (branch-and-cut, branch-and-price, branch-and-cut-and-price).

This system allows the software developer to concentrate merely on the problem specific parts, i.e., the cutting plane and column generation and the primal heuristics. Moreover, ABACUS provides a variety of general algorithmic concepts, e.g., enumeration and branching strategies, from which the user of the system can choose the best alternative for his application. Finally, ABACUS provides many basic data structures and useful tools for the implementation of such algorithms.

ABACUS is designed both for general mixed integer optimization problems and for combinatorial optimization problems. It unifies cutting plane and column generation within one algorithm framework.

Simple reuse of code and the design of abstract data structures and algorithms are essential for a software framework. These requirements are met by object oriented programming techniques. Therefore, ABACUS is implemented as a collection of C++ classes.

The current version also has an interface to the LP-solver SoPlex, generalized strong branching, and a new pool that avoids the storage of duplicate items.

Current Version:   2.3

License Type:   Commercial

Home Site:
http://www.informatik.uni-koeln.de/ls_juenger/projects/abacus.html
http://www.oreas.de/

Source Code Availability:

No

Available Binary Packages:

Targeted Platforms:

UNIX with gcc, works on SunOS, HP-UX, AIX, IRIX, Linux; Windows NT (with Visual C++)

Software/Hardware Requirements:

at least one of Cplex 2.2, Cplex 3.0, Cplex 4.0, or SoPlex (optional)

Other Links:
None

Mailing Lists/USENET News Groups:

None

User Comments:

  • None

See A Screen Shot? (Not Yet)

  SAL Home   |   Numerical Analysis   |   Optimization


Comments? SAL@KachinaTech.COM
Copyright © 1995-2001 by Herng-Jeng Jou
Copyright © 1997-2001 by Kachina Technologies, Inc.
All rights reserved.