# LinearProgramOptimizer
Models for optimizing linear programming problems
For now, the only model available in the Revised Simplex model which is capable of solving Linear Programs.
You are required to provide an array for each of the following:
The objective function
The LHS of the constraints
The RHS of the constraints
Raw data
{
"_id": null,
"home_page": "",
"name": "LinearProgramOptimizer",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "python,linear programming,operation research,optimization,simplex",
"author": "OguntolaIbrahim",
"author_email": "<oibrahimopeyemi@yahoo.com>",
"download_url": "https://files.pythonhosted.org/packages/51/e2/bfb327743b86cc30842e1c4ac3596b1dcdb81d9ba6a1bf90627b95925c85/LinearProgramOptimizer-1.0.2.tar.gz",
"platform": null,
"description": "\r\n# LinearProgramOptimizer\r\nModels for optimizing linear programming problems\r\n\r\n\r\nFor now, the only model available in the Revised Simplex model which is capable of solving Linear Programs. \r\n\r\nYou are required to provide an array for each of the following:\r\nThe objective function\r\nThe LHS of the constraints\r\nThe RHS of the constraints\r\n",
"bugtrack_url": null,
"license": "",
"summary": "Optimization models for solving Linear Programming Problems",
"version": "1.0.2",
"project_urls": null,
"split_keywords": [
"python",
"linear programming",
"operation research",
"optimization",
"simplex"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "53a6e196a7416d7daadd470a89ae67cdbb217a596749ca569575c464eb710924",
"md5": "3406b3426677d1872e05aa77278e4f15",
"sha256": "96efa39b73bc7554bdae9e2d4ab19047a23035195f0dba459f8c448f27bc848f"
},
"downloads": -1,
"filename": "LinearProgramOptimizer-1.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3406b3426677d1872e05aa77278e4f15",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 3103,
"upload_time": "2023-06-19T07:16:17",
"upload_time_iso_8601": "2023-06-19T07:16:17.806645Z",
"url": "https://files.pythonhosted.org/packages/53/a6/e196a7416d7daadd470a89ae67cdbb217a596749ca569575c464eb710924/LinearProgramOptimizer-1.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "51e2bfb327743b86cc30842e1c4ac3596b1dcdb81d9ba6a1bf90627b95925c85",
"md5": "8ab4b2599aac376d6f1e2683d62c3f4d",
"sha256": "a3f02c014fd0a96b3170d85e54bd5874e905063fc182224afc0f880900c0edee"
},
"downloads": -1,
"filename": "LinearProgramOptimizer-1.0.2.tar.gz",
"has_sig": false,
"md5_digest": "8ab4b2599aac376d6f1e2683d62c3f4d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2852,
"upload_time": "2023-06-19T07:16:19",
"upload_time_iso_8601": "2023-06-19T07:16:19.370009Z",
"url": "https://files.pythonhosted.org/packages/51/e2/bfb327743b86cc30842e1c4ac3596b1dcdb81d9ba6a1bf90627b95925c85/LinearProgramOptimizer-1.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-19 07:16:19",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "linearprogramoptimizer"
}