opengen


Nameopengen JSON
Version 0.9.3 PyPI version JSON
download
home_pagehttps://github.com/alphaville/optimization-engine
SummaryOptimization Engine Code Generator
upload_time2024-12-06 02:11:51
maintainerNone
docs_urlNone
author['Pantelis Sopasakis', 'Emil Fresk']
requires_pythonNone
licenseMIT License
keywords optimization nonconvex embedded
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
## 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": "xzu.trustful191@passinbox.com",
    "download_url": "https://files.pythonhosted.org/packages/f4/1c/4186fff2e22d9b473136720a0302d71032b53cc816fb2b98241645d4be1a/opengen-0.9.3.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.3",
    "project_urls": {
        "Homepage": "https://github.com/alphaville/optimization-engine"
    },
    "split_keywords": [
        "optimization",
        " nonconvex",
        " embedded"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9cfe3908be67b73715c87e762c463fd32442ff5ad225e9d2c905685aafbdd6ca",
                "md5": "1c9bad1729e2c7c756d482ca0695d111",
                "sha256": "e0d82df268eb9a993676405087fd1bf27a37feb42411432a56ff389cd362f140"
            },
            "downloads": -1,
            "filename": "opengen-0.9.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1c9bad1729e2c7c756d482ca0695d111",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 89840,
            "upload_time": "2024-12-06T02:11:49",
            "upload_time_iso_8601": "2024-12-06T02:11:49.670634Z",
            "url": "https://files.pythonhosted.org/packages/9c/fe/3908be67b73715c87e762c463fd32442ff5ad225e9d2c905685aafbdd6ca/opengen-0.9.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f41c4186fff2e22d9b473136720a0302d71032b53cc816fb2b98241645d4be1a",
                "md5": "0c4f374e5a0c86651b79d42694773208",
                "sha256": "f69f26c589c26634b6f944ff27c3391842ea762a3bf78717ffab1a4d5bec4a48"
            },
            "downloads": -1,
            "filename": "opengen-0.9.3.tar.gz",
            "has_sig": false,
            "md5_digest": "0c4f374e5a0c86651b79d42694773208",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 68087,
            "upload_time": "2024-12-06T02:11:51",
            "upload_time_iso_8601": "2024-12-06T02:11:51.397709Z",
            "url": "https://files.pythonhosted.org/packages/f4/1c/4186fff2e22d9b473136720a0302d71032b53cc816fb2b98241645d4be1a/opengen-0.9.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-06 02:11:51",
    "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"
}
        
Elapsed time: 0.79300s