{"id":19526653,"url":"https://github.com/zju-fast-lab/glpk_interface","last_synced_at":"2026-06-07T21:31:15.628Z","repository":{"id":107909188,"uuid":"328165343","full_name":"ZJU-FAST-Lab/GLPK_Interface","owner":"ZJU-FAST-Lab","description":"An Easy-to-Use GLPK Interface for General-Dimension Linear Programming.","archived":false,"fork":false,"pushed_at":"2021-01-09T15:23:40.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-08T15:37:45.864Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","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/ZJU-FAST-Lab.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":"2021-01-09T13:49:02.000Z","updated_at":"2024-08-12T20:09:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"56cb388c-20ae-4dde-8468-3bf89f735e52","html_url":"https://github.com/ZJU-FAST-Lab/GLPK_Interface","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/ZJU-FAST-Lab%2FGLPK_Interface","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZJU-FAST-Lab%2FGLPK_Interface/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZJU-FAST-Lab%2FGLPK_Interface/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZJU-FAST-Lab%2FGLPK_Interface/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZJU-FAST-Lab","download_url":"https://codeload.github.com/ZJU-FAST-Lab/GLPK_Interface/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240777579,"owners_count":19855857,"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":[],"created_at":"2024-11-11T01:11:14.469Z","updated_at":"2026-06-07T21:31:15.593Z","avatar_url":"https://github.com/ZJU-FAST-Lab.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GLPK_Interface\n\nAn Easy-to-Use GLPK Interface for General-Dimension Linear Programming.\n\n# Description\n\n        linprog:\n                min cTx s.t. Ax\u003c=b\n        input:\n                c: d*1 objective coeffs\n                A: m*d constraint matrix\n                b: m*1 constraint bound\n                ipm: use interior point method or simplex method\n                verbose: show details\n        output:\n                x: d*1 decision variables\n        return:\n                inf: No feasible solution or fail\n                -inf: Unbounded problem\n                real: minimum objective function\n\n# Misc\n\nGLPK is recommended for __median or large d__, i.e., the dimension of decision variable. For small dimension (d\u003c=10), it is recommended to use [SDLP](https://github.com/ZJU-FAST-Lab/SDLP) or any other alg that enjoys linear complexity O(m) are better.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzju-fast-lab%2Fglpk_interface","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzju-fast-lab%2Fglpk_interface","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzju-fast-lab%2Fglpk_interface/lists"}