opengen


Nameopengen JSON
Version 0.8.0 PyPI version JSON
download
home_pagehttps://github.com/alphaville/optimization-engine
SummaryOptimization Engine Code Generator
upload_time2024-03-20 13:18:48
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": "p.sopasakis@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e9/95/2fd2037b291183ee7193828e161c7e138ae8cee3d8a2a8eb4b0e6dad3052/opengen-0.8.0.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.8.0",
    "project_urls": {
        "Homepage": "https://github.com/alphaville/optimization-engine"
    },
    "split_keywords": [
        "optimization",
        " nonconvex",
        " embedded"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aa9e61fcc572c39f3ff978b6a9af0db17b3dd2bf18ac4d7b7f6bf92f8ce7f840",
                "md5": "fb463bebb0bb476168781e8ee452e097",
                "sha256": "a8dda6e9c5ad44eb2c1f4fb1fc6119ae26cc8ca2cba57b7b84a9ecbff51a60f8"
            },
            "downloads": -1,
            "filename": "opengen-0.8.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fb463bebb0bb476168781e8ee452e097",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 88328,
            "upload_time": "2024-03-20T13:18:46",
            "upload_time_iso_8601": "2024-03-20T13:18:46.634025Z",
            "url": "https://files.pythonhosted.org/packages/aa/9e/61fcc572c39f3ff978b6a9af0db17b3dd2bf18ac4d7b7f6bf92f8ce7f840/opengen-0.8.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e9952fd2037b291183ee7193828e161c7e138ae8cee3d8a2a8eb4b0e6dad3052",
                "md5": "3a46bc5c84c17ef18184634222b91c1f",
                "sha256": "7342c28238ca1aaa6af5e0138c111af61318e09310657a59adcdd2e4bb76ad03"
            },
            "downloads": -1,
            "filename": "opengen-0.8.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3a46bc5c84c17ef18184634222b91c1f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 66885,
            "upload_time": "2024-03-20T13:18:48",
            "upload_time_iso_8601": "2024-03-20T13:18:48.833022Z",
            "url": "https://files.pythonhosted.org/packages/e9/95/2fd2037b291183ee7193828e161c7e138ae8cee3d8a2a8eb4b0e6dad3052/opengen-0.8.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-20 13:18:48",
    "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.24408s