November 5, 2007: John Tomlin Wins the 2007 COIN-OR Cup
-
Congratulations to John Tomlin (Yahoo!), winner of the 3rd Annual COIN-OR Cup. John Tomlin was awarded the Cup at a ceremony held in conjunction with the INFORMS Annual Meeting in Seattle, WA. John has been a long-time supporter of open-source and COIN-OR. In the past year, John has used COIN-OR in his collaboration with colleagues on the implementation of two innovative and important projects at Yahoo! Read more about John's work and see pictures of the ceremony on citation link.
November 1, 2007: COIN Software Wins First Open Contest of Parallel Programming
-
We are pleased to announce that a parallel TSP solver comprised entirely of
COIN software has won the first Open Contest of Parallel Programming at the
19th International Symposium on Computer Architecture and High Performance
Computing. The contest description is here. The software was authored by Yan Xu and Ted Ralphs building on the following COIN projects:
In the open source tradition, source code for the solver is now included in ChiPPS.
January 3, 2007: New COIN-OR Project GAMSlinks
-
The COIN-OR Foundation is pleased to announce the new COIN-OR project GAMSlinks, which is devoted
to the development of links between the General Algebraic Modeling System
(GAMS) and solvers that are hosted at COIN-OR. With this new project, you are
able to create your own interface between GAMS and one of the supported
COIN-OR solvers. So far, Cbc (with Clp as LP olver) and Glpk (via OSI) are
supported. It is planned to provide a link to IPOPT in the near future.
November 5, 2006: COIN Cup Awarded
-
The team of Jonathan Eckstein, Bill Hart, and Cindy Phillips was awarded the
COIN-OR Cup for 2006 at a ceremony that took place at the INFORMS Annual
Meeting in Pittsburgh, PA. This team from Sandia National Labs and Rutgers
University has contributed to COIN-OR in a variety of ways since early in the
project's history, including the following:
- Incorporation of COIN-OR tools, including CoinUtils, OSI, CGL, and CLP in the open-source PICO and PEBBL solvers.
- Extensive quality assurance testing of COIN-OR components on a variety of computational platforms.
- Contributions of patches, bug fixes, and suggestions for OSI, CoinUtils, and other components of the COIN-OR library that have improved its quality and usability.
July 17, 2006: Logo Contest Winner Announced
-
The logo below was the winning logo submitted to our logo contest.
Congratulations to Seprian Damayanto, who submitted the logo.
This will become COIN-ORs official logo soon.
June 19, 2006: The New and Improved COIN-OR
- A new wiki-based, open source project management site for each project based on Trac, including
- A project wiki for the community-based development of documentation and project information.
- A full-featured source code browser providing a Web interface to the project's repository.
- A new Wiki-based issue tracking system for users to submit and track trouble tickets for all COIN-OR projects.
- A new, simplified cross-platform build system based on the GNU autotools.
- A new, more flexible source code control system, based on Subversion.
- A new binary distribution system, supporting Linux, Windows and Mac.
- the switch from the CVS source code control system to the newer and more capable subversion, and
- the adoption of a new automated, cross-platform build system.
- make
- make install
The COIN-OR Foundation is pleased to announce the release of a collection of enhancements for both users and developers. The new features include:
More details on the new features and how they may affect you are provided below. Also, take a look at the newly revised FAQs for a brief overview of the new features and answers to some of the most common questions about how to use them. As you take a look around, feel free to let us know if you are having trouble, either through a post to the appropriate mailing list or by submitting a trouble ticket to one of the COIN-OR projects. In the meantime, we take this opportunity to thank you for your feedback and remind you about the COIN-OR logo contest and the upcoming DIMACS Workshop on COIN-OR. Again, welcome to the new COIN-OR!
Source Code Control System
COIN-OR's new source code control system is based on subversion. The old system, based on CVS, will continue to work for the time being, but the CVS repository is now frozen, so no new updates will be available. Future development and bug fixes will be done with the code base in subversion. This means that all CVS users will need to check out a new copy of the source code from the subversion repository in order to continue getting updates. For most users, subversion will function almost identically to CVS, but has many enhancements that are useful for developers. The biggest change users will notice is that each project now has its own, separate repository, so each project will be checked out into its own directory, along with copies of any other COIN-OR projects on which it depends. For a brief overview of the use of subversion and the new build system, please go here. For instructions on getting and building all (or most) COIN-OR projects simultaneously, please go here. For more detailed help with Subversion, see the Subversion Book.
Wiki-based Project Management System
Each project now has its own wiki-based project management Web site based on the open source Trac project management software. A list of all the project Web sites is available here. Using the wiki, any user can add documentation or other information to their favorite project's Web site, browse the source code, submit a trouble ticket and more. For instructions on using Trac, please go here. If you are unfamiliar with the concept of a Wiki, Wikipedia is perhaps the most famous example.
Build System
Many projects now use a new build system based on the GNU autotools, which can make cross-platform compilation much simpler. For users, the most noticeable change will be that projects can now be built in Unix-like environments, including Linux, Windows (with CYGWIN or Msys), and MacOS, using the simple sequence of commands:
- configure
On Windows there are now project files for Microsoft Visual Studio Version 7 and 8, in addition to Version 6. See the MSVisualStudio Trac page for further details.
Binary Distributions
The new binary distribution system enables users satisfied with the major releases of the main COIN-OR packages to download pre-compiled packages for their platforms, including all required libraries. This feature is currently available for Windows, Linux, and MacOS X. Download instructions can be found on the Coin Binary Distribution Project page.