============
Coopr README
============

The Coopr software project integrates a variety of Python
optimization-related packages.  Coopr supports a diverse set of
optimization capabilities that can be used formulate and analyze
optimization applications:

* Pyomo: Formulate algebraic models within Python's modern programming language
* PySP: Generic solvers for stochastic programming problems
* COLIN: Scripts that simplify IO between optimizers and black-box applications
* SUCASA: Customize MIP solvers to expose model structure to the MIP solver engine 

This is the main Coopr package, which simply creates a requirement that
other Coopr packages are imported.


-------
License
-------

BSD.  See the LICENSE.txt file.


------------
Organization
------------

+ Directories

  * coopr - The root directory for Coopr source code

+ Documentation and Bug Tracking

  * Trac wiki: https://software.sandia.gov/trac/coopr

+ Authors

  * See the AUTHORS.txt file.

+ Project Managers

  * William E. Hart, wehart@sandia.gov

+ Mailing List

  * coopr-forum@googlegroups.com
    - The main list for help and announcements
  * coopr-developers@googlegroups.com
    - Where developers of Coopr discuss new features

--------------------
Third Party Software
--------------------

None.

