Metadata-Version: 2.4
Name: opengen
Version: 0.10.1
Summary: Optimization Engine Code Generator
Author: Emil Fresk
Author-email: Pantelis Sopasakis <xzu.trustful191@passinbox.com>
License-Expression: MIT OR Apache-2.0
Project-URL: Homepage, https://github.com/alphaville/optimization-engine
Project-URL: Documentation, https://alphaville.github.io/optimization-engine/
Project-URL: Repository, https://github.com/alphaville/optimization-engine
Project-URL: Changelog, https://github.com/alphaville/optimization-engine/blob/master/open-codegen/CHANGELOG.md
Keywords: optimization,code-generation,optimal-control,mpc,nmpc,embedded
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Rust
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Embedded Systems
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: jinja2<4,>=3.1
Requires-Dist: casadi<4,>=3.6
Requires-Dist: pyyaml<7,>=6
Requires-Dist: retry<1,>=0.9
Requires-Dist: numpy<3,>=1.26
Provides-Extra: dev
Requires-Dist: build>=1; extra == "dev"
Requires-Dist: twine>=5; extra == "dev"

## OpenGen

Code generation tool for OpEn

### Installation 
To use this Python package, run:

```
pip install opengen
```

You will then be able to use it in your project with

```python
from opengen import *
```

or 

```python
import opengen as og
```

In order to build the auto-generated code, you need the 
Rust compiler.

For detailed documentation, please refer to 
[OpEn's website](https://alphaville.github.io/optimization-engine/).

## Citing OpEn

Please, cite OpEn as follows:

```
@inproceedings{open2020,
author="P. Sopasakis and E. Fresk and P. Patrinos",
title="OpEn: Code Generation for Embedded Nonconvex Optimization",
booktitle="IFAC World Congress",
year="2020",
address="Berlin"
}
```
 
