How to install Coopr
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install coopr
Lastest release
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
- The main list for help and announcements
- Where developers of Coopr discuss new features
Third Party Software
None.