Metadata-Version: 1.1
Name: Coopr
Version: 3.5.8787
Summary: Coopr: a COmmon Optimization Python Repository
Home-page: https://software.sandia.gov/coopr
Author: William E. Hart
Author-email: wehart@sandia.gov
License: BSD
Description: ============
        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.
        
        
Keywords: optimization
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Unix Shell
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
