{"id":27442564,"url":"https://github.com/yorgosbas/linear-program-parser","last_synced_at":"2025-07-02T07:03:39.857Z","repository":{"id":192450454,"uuid":"256949914","full_name":"YorgosBas/Linear-Program-Parser","owner":"YorgosBas","description":"A Python script to check and parse a Linear Programming Problem","archived":false,"fork":false,"pushed_at":"2020-04-28T13:05:44.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-02T07:02:37.972Z","etag":null,"topics":["linear-programming","parser","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/YorgosBas.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":"2020-04-19T08:27:32.000Z","updated_at":"2020-04-28T13:05:47.000Z","dependencies_parsed_at":"2023-09-04T20:18:49.632Z","dependency_job_id":null,"html_url":"https://github.com/YorgosBas/Linear-Program-Parser","commit_stats":null,"previous_names":["yorgosbas/linear-program-parser"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/YorgosBas/Linear-Program-Parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YorgosBas%2FLinear-Program-Parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YorgosBas%2FLinear-Program-Parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YorgosBas%2FLinear-Program-Parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YorgosBas%2FLinear-Program-Parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YorgosBas","download_url":"https://codeload.github.com/YorgosBas/Linear-Program-Parser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YorgosBas%2FLinear-Program-Parser/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263091019,"owners_count":23412341,"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":["linear-programming","parser","python"],"created_at":"2025-04-15T00:30:44.684Z","updated_at":"2025-07-02T07:03:39.574Z","avatar_url":"https://github.com/YorgosBas.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Linear Program Parser\nA Python script to check and parse a Linear Programming Problem of type:\n```\nmin/max z = c1x1 + c2x2 + … + cnxn\nst        a11x1 + a12x2 + … + anxn ⊗ b1,\n          a21x1 + a22x2 + … + a2nxn ⊗ b2,\n                … … … ... … … … … …      ,\n          am1x1 + am2x2 + … + amnxn ⊗ bm\nend\n          \n        ⊗ = {≤,=,≥}, c, x∈ℜn, b∈ℜm και A∈ℜmxn\n```\n\n## How to run\n1. Download Parser.py\n2. Write the file name in the code (Example: \"Parser_example.txt\")\n3. Script will generate \"parsed_file.txt\" containing the matrices of the linear program\n\n## How it works\n1. Removes special characters and spaces\n2. Checks if linear program is specified correctly and nothing necessary is missing\n3. Parses data into matrices\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyorgosbas%2Flinear-program-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyorgosbas%2Flinear-program-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyorgosbas%2Flinear-program-parser/lists"}