{"id":15049149,"url":"https://github.com/mohamedhmini/linear-programming","last_synced_at":"2026-01-02T03:42:41.818Z","repository":{"id":104577420,"uuid":"227253744","full_name":"MohamedHmini/LINEAR-PROGRAMMING","owner":"MohamedHmini","description":"SIMPLEX algorithm applied in c","archived":false,"fork":false,"pushed_at":"2021-04-29T00:44:46.000Z","size":20,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-14T00:24:04.023Z","etag":null,"topics":["c-programming-language","linear-algebra","linear-programming","operations-research","optimization-algorithms"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MohamedHmini.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-12-11T01:58:02.000Z","updated_at":"2021-04-29T00:44:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"f92d3c1a-971b-4ae2-8057-2fb2db5ca983","html_url":"https://github.com/MohamedHmini/LINEAR-PROGRAMMING","commit_stats":{"total_commits":18,"total_committers":2,"mean_commits":9.0,"dds":"0.11111111111111116","last_synced_commit":"b6111c4c53367d77590a59888a5eb1b6f98ad79f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohamedHmini%2FLINEAR-PROGRAMMING","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohamedHmini%2FLINEAR-PROGRAMMING/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohamedHmini%2FLINEAR-PROGRAMMING/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohamedHmini%2FLINEAR-PROGRAMMING/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MohamedHmini","download_url":"https://codeload.github.com/MohamedHmini/LINEAR-PROGRAMMING/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243500967,"owners_count":20300817,"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":["c-programming-language","linear-algebra","linear-programming","operations-research","optimization-algorithms"],"created_at":"2024-09-24T21:18:32.568Z","updated_at":"2026-01-02T03:42:41.768Z","avatar_url":"https://github.com/MohamedHmini.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LINEAR-PROGRAMMING\n\n\n### STRUCTURE OF THE PROBLEM SET FILE : \n\n    nbr of matrices (for now it should be only the value 4)!!!\n    n m (dimensions of matrix A)\n    A (space seperated) \n    n m (dimensions of vector c)\n    c (space seperated)\n    n m (dimensions of the vector which contains the indices to the BASE matrix)\n    basis_indices (space seperated)\n    n m (dimensions of vector b)\n    b (space seperated)\n\nP.S : Examples are given in the datasets folder!\n\n### STEPS : \n\n1- compile the program using gcc in the following way :\n\n```bash  \ngcc -o main ./Matrix/io.c ./Matrix/matrix.c ./simplex.c ./test.c \n```\n\n2- run the executable main file in the following way : \n\n```bash\n ./main \u003cproblem set file path\u003e\n ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohamedhmini%2Flinear-programming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohamedhmini%2Flinear-programming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohamedhmini%2Flinear-programming/lists"}