{"id":17449770,"url":"https://github.com/bolner/simplexsolver","last_synced_at":"2025-03-21T11:31:23.480Z","repository":{"id":4379607,"uuid":"5516379","full_name":"bolner/SimplexSolver","owner":"bolner","description":"An easy-to-use Simplex solver class for linear programming.","archived":false,"fork":false,"pushed_at":"2018-01-13T01:39:00.000Z","size":13,"stargazers_count":20,"open_issues_count":1,"forks_count":8,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-18T00:43:46.771Z","etag":null,"topics":["cpp","eigen","linear-programming","simplexsolver"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bolner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-08-22T22:52:58.000Z","updated_at":"2024-11-16T08:45:39.000Z","dependencies_parsed_at":"2022-08-27T17:20:58.372Z","dependency_job_id":null,"html_url":"https://github.com/bolner/SimplexSolver","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bolner%2FSimplexSolver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bolner%2FSimplexSolver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bolner%2FSimplexSolver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bolner%2FSimplexSolver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bolner","download_url":"https://codeload.github.com/bolner/SimplexSolver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244790703,"owners_count":20510792,"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":["cpp","eigen","linear-programming","simplexsolver"],"created_at":"2024-10-17T21:53:21.304Z","updated_at":"2025-03-21T11:31:23.189Z","avatar_url":"https://github.com/bolner.png","language":"C++","readme":"# SimplexSolver\n\nA simple implementation of the simplex algorithm, used for solving linear programming problems. One known issue of this implementation is that it doesn't give a proper solution to problems where the origin is outside of the feasable region.\n\nFor more information visit: \u003chttp://blog.bolner.hu/2012/08/22/simplex/\u003e\n\n## Compiling on Debian / Ubuntu\n\n1. Install g++ and the Eigen library\n\n        apt-get install g++ libeigen3-dev libeigen3-doc\n\n2. Change to the project library and compile\n\n        cd /path/to/the/project/library\n        g++ -std=c++11 -I /usr/include/eigen3/ *.cpp -o simplex.exe\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbolner%2Fsimplexsolver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbolner%2Fsimplexsolver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbolner%2Fsimplexsolver/lists"}