{"id":21679888,"url":"https://github.com/wenbenz/sago","last_synced_at":"2025-09-10T01:32:35.355Z","repository":{"id":57572220,"uuid":"259116806","full_name":"wenbenz/sago","owner":"wenbenz","description":"SAGo - Simplex Algorithm Go","archived":false,"fork":false,"pushed_at":"2020-05-24T16:45:53.000Z","size":48,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-25T11:07:39.744Z","etag":null,"topics":["go","golang","linear-optimization","linear-programming","optimization","optimization-algorithms","optimization-tools","sago","simplex-algorithm"],"latest_commit_sha":null,"homepage":"","language":"Go","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/wenbenz.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-26T19:35:00.000Z","updated_at":"2020-05-24T13:12:01.000Z","dependencies_parsed_at":"2022-08-23T17:40:30.703Z","dependency_job_id":null,"html_url":"https://github.com/wenbenz/sago","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wenbenz%2Fsago","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wenbenz%2Fsago/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wenbenz%2Fsago/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wenbenz%2Fsago/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wenbenz","download_url":"https://codeload.github.com/wenbenz/sago/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244593886,"owners_count":20478146,"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":["go","golang","linear-optimization","linear-programming","optimization","optimization-algorithms","optimization-tools","sago","simplex-algorithm"],"created_at":"2024-11-25T15:13:32.825Z","updated_at":"2025-03-20T10:27:21.772Z","avatar_url":"https://github.com/wenbenz.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SAGo - Simplex Algorithm Go\n![Build](https://github.com/wenbenz/sago/workflows/Build/badge.svg)\n[![Go Report Card](https://goreportcard.com/badge/github.com/wenbenz/sago)](https://goreportcard.com/report/github.com/wenbenz/sago)\n[![Coverage Status](https://coveralls.io/repos/github/wenbenz/sago/badge.svg?branch=master)](https://coveralls.io/github/wenbenz/sago?branch=master)\n\nSimple implementation of the 2-phase Simplex Algorithm in Go.\n\n## Add to your project\n```go get github.com/wenbenz/sago```\n\n## Usage\nSee use example in `SimplexTest.go \u003e ExampleLP_Optimize`\n- Construct a new LP by calling `lp := NewLP()`\n- Call `lp.SetObjectiveFunction(z, a1, a2, ...)` to set the objective function to maximize where z = (a1, a2, ...)x\n- Call `lp.AddConstraint[Eq/Leq/Geq](bi, a1, a2, ...)` to add a constraint where bi = (a1, a2, ...)x\n- Call `Optimize` when you're ready to go!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwenbenz%2Fsago","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwenbenz%2Fsago","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwenbenz%2Fsago/lists"}