## 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"
}
```
Raw data
{
"_id": null,
"home_page": "https://github.com/alphaville/optimization-engine",
"name": "opengen",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "optimization, nonconvex, embedded",
"author": "['Pantelis Sopasakis', 'Emil Fresk']",
"author_email": "p.sopasakis@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/54/b9/a796965c3269ab2d752a572f5e6872813e15eae06f94ed926c3f6c59bc30/opengen-0.9.2.tar.gz",
"platform": null,
"description": "\n## OpenGen\n\nCode generation tool for OpEn\n\n### Installation \nTo use this Python package, run:\n\n```\npip install opengen\n```\n\nYou will then be able to use it in your project with\n\n```python\nfrom opengen import *\n```\n\nor \n\n```python\nimport opengen as og\n```\n\nIn order to build the auto-generated code, you need the \nRust compiler.\n\nFor detailed documentation, please refer to \n[OpEn's website](https://alphaville.github.io/optimization-engine/).\n\n## Citing OpEn\n\nPlease, cite OpEn as follows:\n\n```\n@inproceedings{open2020,\nauthor=\"P. Sopasakis and E. Fresk and P. Patrinos\",\ntitle=\"OpEn: Code Generation for Embedded Nonconvex Optimization\",\nbooktitle=\"IFAC World Congress\",\nyear=\"2020\",\naddress=\"Berlin\"\n}\n```\n \n\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Optimization Engine Code Generator",
"version": "0.9.2",
"project_urls": {
"Homepage": "https://github.com/alphaville/optimization-engine"
},
"split_keywords": [
"optimization",
" nonconvex",
" embedded"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ef9a0f6e5e19ca7dfa51ea75fee5cbac738c37ae43868080dfb5c4667d701374",
"md5": "2310c048b77257a20761f51948c50098",
"sha256": "b64b56e7bda15cb016d3014e44b1a1954693227dfe810aa72d34d5e571f6cae0"
},
"downloads": -1,
"filename": "opengen-0.9.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2310c048b77257a20761f51948c50098",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 89826,
"upload_time": "2024-11-07T13:30:21",
"upload_time_iso_8601": "2024-11-07T13:30:21.835374Z",
"url": "https://files.pythonhosted.org/packages/ef/9a/0f6e5e19ca7dfa51ea75fee5cbac738c37ae43868080dfb5c4667d701374/opengen-0.9.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "54b9a796965c3269ab2d752a572f5e6872813e15eae06f94ed926c3f6c59bc30",
"md5": "343c20728258199b36a138c82df56948",
"sha256": "8d8332e2133e21149acee7daa524f7aeea87e140744613069648e9966faaa7c7"
},
"downloads": -1,
"filename": "opengen-0.9.2.tar.gz",
"has_sig": false,
"md5_digest": "343c20728258199b36a138c82df56948",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 68048,
"upload_time": "2024-11-07T13:30:23",
"upload_time_iso_8601": "2024-11-07T13:30:23.532273Z",
"url": "https://files.pythonhosted.org/packages/54/b9/a796965c3269ab2d752a572f5e6872813e15eae06f94ed926c3f6c59bc30/opengen-0.9.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-07 13:30:23",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "alphaville",
"github_project": "optimization-engine",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"appveyor": true,
"lcname": "opengen"
}