Search This Blog

Wednesday, June 06, 2012

ZIB Optimization Suite



ZIB Optimization Suite
Konrad-Zuse-Zentrum für Informationstechnik Berlin
Division Scientific Computing
Department Optimization
Goto ZIB

The ZIB Optimization Suite is a tool for generating and solving mixed integer programs. It consists of the following parts
ZIMPL a mixed integer programming modeling language
SoPlex a linear programming solver
SCIP a mixed integer programming solver and constraint programming framework.
The user can easily generate linear programs and mixed integer programs with the modeling language ZIMPL. The resulting model can directly be loaded into SCIP and solved. In the solution process SCIP may use SoPlex as underlying LP solver.
Since all three tools are available in source code and free for academic use, they are an ideal tool for academic research purposes and for teaching integer programming.
See ZIB licences for more information.

News

28/Dec/2011 Version 2.1.1 released (bug fix release).
31/Oct/2011 Version 2.1.0 released.
04/Jan/2011 Version 2.0.1 released (bug fix release).
30/Sep/2010 Version 2.0.0 released.
12/Jan/2010 A bug in the Makefiles of the SCIP examples may cause data loss. The ZIB Optimization Suite 1.2.0 tarball in the download section has been patched. We strongly recommend to replace your current SCIP/ZIBopt installation. If you have a custom Makefile, please ensure, that the target "clean" is changed as described here.
10/Jan/2010 SoPlex Patch 1.4.2b available for download. Please update if you encounter problems in combination with older compiler versions.
15/Sep/2009 Version 1.2 released.
30/Sep/2008 Version 1.1 released.
27/Aug/2007 Version 1.0 released.
21/Aug/2006 Web site launched.
Valid HTML 4.01
© 2003-2012 by Zuse Institute Berlin (ZIB), Imprint Last Update Wednesday, 28-December-2011 09:22:02 PM CET

No comments:

Post a Comment

Thank you