{"id":15674466,"url":"https://github.com/bzantium/simplex-method-matlab","last_synced_at":"2025-05-06T23:14:57.420Z","repository":{"id":137852992,"uuid":"148290889","full_name":"bzantium/simplex-method-matlab","owner":"bzantium","description":"Simplex Algorithm MATLAB Implementation","archived":false,"fork":false,"pushed_at":"2018-12-15T07:10:12.000Z","size":144,"stargazers_count":15,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-06T23:14:49.316Z","etag":null,"topics":["matlab","simplex-algorithm"],"latest_commit_sha":null,"homepage":"","language":"MATLAB","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bzantium.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-11T09:11:15.000Z","updated_at":"2025-01-15T08:28:27.000Z","dependencies_parsed_at":"2024-05-21T10:16:49.420Z","dependency_job_id":null,"html_url":"https://github.com/bzantium/simplex-method-matlab","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bzantium%2Fsimplex-method-matlab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bzantium%2Fsimplex-method-matlab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bzantium%2Fsimplex-method-matlab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bzantium%2Fsimplex-method-matlab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bzantium","download_url":"https://codeload.github.com/bzantium/simplex-method-matlab/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252782834,"owners_count":21803410,"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":["matlab","simplex-algorithm"],"created_at":"2024-10-03T15:45:16.321Z","updated_at":"2025-05-06T23:14:57.375Z","avatar_url":"https://github.com/bzantium.png","language":"MATLAB","readme":"# Simplex Method Matlab Implementation\n\nThis is matlab implementation of the two-phase simplex method for better understanding of the algorithm.\n\n### There are three modes for choosing pivots - to avoid degeneracy\n\n* Smallest Index Rule (SIR): Blend's rule\n\n* Largest Index Rule (LIR): Reverse of SIR\n\n* Successive Ratio Rule (SRR): Lexicographic order\n\n### Running the tests\n\n```\n$ matlab -r main\n```\n- #### You can change the file to import (in main.m)\n\n```\nt = importdata('./data/XXX.txt', ' ');\n```\n\n- #### You can choose mode 'SIR' by (in main.m)\n\n```\nmode = 'SIR';\n```\n\n- #### Data Format Example (stadard form)\n![alt text](image/formula.png)\n```\n-5 -6 -1 -4 -5 0 0 0\n20 2 1 1 1 1 0 0\n10 1 0 2 1 0 1 0\n5 1 1 1 0 0 0 1\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbzantium%2Fsimplex-method-matlab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbzantium%2Fsimplex-method-matlab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbzantium%2Fsimplex-method-matlab/lists"}