Metadata-Version: 2.4
Name: dyospy
Version: 4.0.0
Summary: Dynamic optimization of nonlinear differential-algebraic equation systems using shooting methods
Author: Sebastian Henzler, Vincent Klippel, Marc-Daniel Stumm, Adel Mhamdi
Author-Email: Alexander Mitsos <dyos@avt.rwth-aachen.de>
License-Expression: GPL-3.0-only
License-File: AUTHORS
License-File: LICENSE
Project-URL: Homepage, https://git.rwth-aachen.de/avt-svt/public/dyos
Project-URL: Source, https://git.rwth-aachen.de/avt-svt/public/dyos
Project-URL: Issues, https://git.rwth-aachen.de/avt-svt/public/dyos/-/issues
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# dyospy

`dyospy` provides Python bindings for DyOS, a tool for solving multi-stage
dynamic optimization problems with embedded differential-algebraic equation
systems.

## Installation

The package is available as:

```console
pip install dyospy
```

Dyospy requires Python 3.12 or newer.

## More information

See the [DyOS source repository](https://git.rwth-aachen.de/avt-svt/public/dyos)
for documentation, examples, issue reporting, and source-build instructions.

DyOS is distributed under the GNU General Public License v3.0.
