minimod-opt


Nameminimod-opt JSON
Version 0.1.11 PyPI version JSON
download
home_pagehttps://minimod-nutrition.github.io/minimod-opt/
SummaryA mixed-integer program optimization solver for finding optimal nutritional interventions across space and time.
upload_time2023-01-17 17:34:49
maintainerAleksandr Michuda
docs_urlNone
authorAleksandr Michuda
requires_python>=3.8,<4.0
licenseGPL-3.0-or-later
keywords economics mixed-integer-programming nutrition
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # minimod-opt
A mixed-integer solver that solves optimal intervention allocation across time and space (Port from GAMS)

This python module is designed as a port from GAMS and uses `mip` to do mixed-integer optimization.

Visit [the website](https://minimod-nutrition.github.io/minimod) for more information!

            

Raw data

            {
    "_id": null,
    "home_page": "https://minimod-nutrition.github.io/minimod-opt/",
    "name": "minimod-opt",
    "maintainer": "Aleksandr Michuda",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "am2497@cornell.edu",
    "keywords": "economics,mixed-integer-programming,nutrition",
    "author": "Aleksandr Michuda",
    "author_email": "am2497@cornell.edu",
    "download_url": "https://files.pythonhosted.org/packages/e4/28/77aa89703f221c75dffd7933a1883e5cae57212598566155deacb0e54a1d/minimod_opt-0.1.11.tar.gz",
    "platform": null,
    "description": "# minimod-opt\nA mixed-integer solver that solves optimal intervention allocation across time and space (Port from GAMS)\n\nThis python module is designed as a port from GAMS and uses `mip` to do mixed-integer optimization.\n\nVisit [the website](https://minimod-nutrition.github.io/minimod) for more information!\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-or-later",
    "summary": "A mixed-integer program optimization solver for finding optimal nutritional interventions across space and time.",
    "version": "0.1.11",
    "split_keywords": [
        "economics",
        "mixed-integer-programming",
        "nutrition"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f295cea2820c36000f71db3be19b92f7fc25737ddb09244462ec67c96c56701e",
                "md5": "37acfa76d584ba6b37d29a8323c4353a",
                "sha256": "0749b47e6b4ac15ad98e828f46e39cbcebd0fec5415963451b531b0e74d681af"
            },
            "downloads": -1,
            "filename": "minimod_opt-0.1.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "37acfa76d584ba6b37d29a8323c4353a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 97296,
            "upload_time": "2023-01-17T17:34:47",
            "upload_time_iso_8601": "2023-01-17T17:34:47.800495Z",
            "url": "https://files.pythonhosted.org/packages/f2/95/cea2820c36000f71db3be19b92f7fc25737ddb09244462ec67c96c56701e/minimod_opt-0.1.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e42877aa89703f221c75dffd7933a1883e5cae57212598566155deacb0e54a1d",
                "md5": "eb3c6345ffd55aa286746d6cd5d596e6",
                "sha256": "d5d6049c9c57cf91c52aa75ffa7d68034116b2791fbf79a9cccedfa21e307561"
            },
            "downloads": -1,
            "filename": "minimod_opt-0.1.11.tar.gz",
            "has_sig": false,
            "md5_digest": "eb3c6345ffd55aa286746d6cd5d596e6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 91940,
            "upload_time": "2023-01-17T17:34:49",
            "upload_time_iso_8601": "2023-01-17T17:34:49.168236Z",
            "url": "https://files.pythonhosted.org/packages/e4/28/77aa89703f221c75dffd7933a1883e5cae57212598566155deacb0e54a1d/minimod_opt-0.1.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-17 17:34:49",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "minimod-opt"
}
        
Elapsed time: 0.03360s