{"id":15399289,"url":"https://github.com/raviqqe/tsppd","last_synced_at":"2025-10-09T20:41:56.820Z","repository":{"id":143272882,"uuid":"144054753","full_name":"raviqqe/tsppd","owner":"raviqqe","description":"TSPPD with PuLP","archived":false,"fork":false,"pushed_at":"2019-05-28T16:25:26.000Z","size":67,"stargazers_count":0,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T00:41:18.668Z","etag":null,"topics":["linear-programming","python","tsp"],"latest_commit_sha":null,"homepage":"","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/raviqqe.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":"2018-08-08T18:47:51.000Z","updated_at":"2018-08-21T20:25:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"83f308e2-7260-4fe7-818c-38697304c8d4","html_url":"https://github.com/raviqqe/tsppd","commit_stats":{"total_commits":33,"total_committers":1,"mean_commits":33.0,"dds":0.0,"last_synced_commit":"52cf1add6687c426c6a50e6c8eb5563cdb833429"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/raviqqe/tsppd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raviqqe%2Ftsppd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raviqqe%2Ftsppd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raviqqe%2Ftsppd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raviqqe%2Ftsppd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raviqqe","download_url":"https://codeload.github.com/raviqqe/tsppd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raviqqe%2Ftsppd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001981,"owners_count":26083259,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","python","tsp"],"created_at":"2024-10-01T15:48:00.282Z","updated_at":"2025-10-09T20:41:56.777Z","avatar_url":"https://github.com/raviqqe.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Travelling Salesman Problem with Pickup and Delivery (TSPPD)\n\n[![Circle CI](https://img.shields.io/circleci/project/github/raviqqe/tsppd.svg?style=flat-square)](https://circleci.com/gh/raviqqe/tsppd)\n[![License](https://img.shields.io/github/license/raviqqe/tsppd.svg?style=flat-square)](LICENSE)\n\nThe solution for TSPPD with [PuLP][pulp] in Python.\n\n## Description\n\nThe TSPPD is formulated as an integer linear programming problem with extra\nconstraints of pickup and delivery because each passenger needs to be picked up\nbefore being dropped off.\nAs the underlying ILP solver is [CBC](https://github.com/coin-or/Cbc) used by\n[PuLP][pulp], the branch-and-cut method is used for faster solution search.\n\n## Running examples\n\n```\npython3 src/main.py\n```\n\n## License\n\n[MIT](LICENSE)\n\n[pulp]: https://github.com/coin-or/pulp\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraviqqe%2Ftsppd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraviqqe%2Ftsppd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraviqqe%2Ftsppd/lists"}