{"id":22313545,"url":"https://github.com/experrior/simplex_two_step","last_synced_at":"2025-03-26T02:40:53.921Z","repository":{"id":172405039,"uuid":"649246135","full_name":"Experrior/simplex_two_step","owner":"Experrior","description":"Complete Two Step Simplex Algorithm","archived":false,"fork":false,"pushed_at":"2023-08-05T16:04:01.000Z","size":29,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-30T23:46:47.028Z","etag":null,"topics":["python","simplex"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Experrior.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-06-04T08:55:19.000Z","updated_at":"2023-08-05T14:53:03.000Z","dependencies_parsed_at":"2024-05-03T14:32:04.211Z","dependency_job_id":null,"html_url":"https://github.com/Experrior/simplex_two_step","commit_stats":null,"previous_names":["avamant/simplex_two_step","experrior/simplex_two_step"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Experrior%2Fsimplex_two_step","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Experrior%2Fsimplex_two_step/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Experrior%2Fsimplex_two_step/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Experrior%2Fsimplex_two_step/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Experrior","download_url":"https://codeload.github.com/Experrior/simplex_two_step/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245578966,"owners_count":20638608,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python","simplex"],"created_at":"2024-12-03T22:07:30.168Z","updated_at":"2025-03-26T02:40:53.903Z","avatar_url":"https://github.com/Experrior.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Python implementation of two step version of simplex algorithm\n\nThis version is an 'expanded' version of the two step simplex algorithm, as it can handle cases with all 'less than', 'more than', 'equals' types of constrains present at the same time. For all possible RHS values including 0 (little approximation behind the scenes).\n\nI provided example inputs in files: `input_max.txt` `input_min.txt`, with the results so that you can check and verify them yourself.\n\nYou should plug in the problem to `input.txt` in a following format:\n\nMAX/MIN x\u003csub\u003e1\u003c/sub\u003e x\u003csub\u003e2\u003c/sub\u003e x\u003csub\u003e3\u003c/sub\u003e ...\n\ny\u003csub\u003e1\u003c/sub\u003e y\u003csub\u003e2\u003c/sub\u003e y\u003csub\u003e3\u003c/sub\u003e ... \u003c/=/\u003e z\u003csub\u003e1\u003c/sub\u003e \n\ny\u003csub\u003e4\u003c/sub\u003e y\u003csub\u003e5\u003c/sub\u003e y\u003csub\u003e6\u003c/sub\u003e ... \u003c/=/\u003e z\u003csub\u003e1\u003c/sub\u003e\n\u003cbr/\u003e\u003cbr/\u003e ...\n\nwhere \n$x \\in R$, $y \\in R$, $z \\in N$\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexperrior%2Fsimplex_two_step","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexperrior%2Fsimplex_two_step","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexperrior%2Fsimplex_two_step/lists"}