PAO is a Python-based package for Adversarial Optimization. PAO extends the modeling concepts in Pyomo to enable the expression and solution of multi-level optimization problems. The goal of this package is to provide a general modeling and analysis capability, and application exemplars serve to illustrate PAO's general capabilities.
This package was derived from the capabilities in pyomo.bilevel and pyomo.dualize, which are now deprecated.
PAO is available under the BSD License, see the LICENSE.txt file.
pip install pao
PAO is currently tested with the following Python implementations:
- CPython: 3.7, 3.8, 3.9
Testing
-
pip install nose coverage
-
Simple tests
- nosetests .
-
Tests with coverage
- nosetests --with-xunit --with-coverage --cover-xml .
- coverage report -m
- Add a Ticket
- Find a Ticket and Vote On It!
By contributing to this software project, you are agreeing to the following terms and conditions for your contributions:
- You agree your contributions are submitted under the BSD license.
- You represent you are authorized to make the contributions and grant the license. If your employer has rights to intellectual property that includes your contributions, you represent that you have received permission to make contributions and grant the required license on behalf of that employer.