{"id":66115,"library":"quipo-dependencysolver","title":"Dependency Solver","description":"Implements a layer-based scheduling algorithm for parallel tasks with dependencies.","status":"active","version":"0.0.0-20170801134659-2b009cb4ddcc","language":"go","source_language":null,"source_url":"https://github.com/quipo/dependencysolver","tags":["dependency","scheduler","parallel","tasks","algorithm"],"install":[{"cmd":"go get github.com/quipo/dependencysolver","lang":"bash","label":"Install github.com/quipo/dependencysolver"}],"dependencies":[],"imports":[{"symbol":"dependencysolver","correct":"github.com/quipo/dependencysolver"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/quipo/dependencysolver\"\n)\n\nfunc main() {\n\tentries := []dependencysolver.Entry{\n\t\t{ID: \"A\", DependsOn: []string{}},\n\t\t{ID: \"B\", DependsOn: []string{\"A\"}},\n\t\t{ID: \"C\", DependsOn: []string{\"A\"}},\n\t}\n\tlayers, err := dependencysolver.Solve(entries)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(layers)\n}","lang":"go","description":"Solves dependencies and returns layers of tasks that can run in parallel."},"warnings":[],"env_vars":null,"search_vec":"'algorithm':9,19 'base':7 'depend':1,14,15 'implement':3 'layer':6 'layer-bas':5 'parallel':11,17 'schedul':8,16 'solver':2 'task':12,18","created_at":"2026-06-17T17:19:23.839709+00:00","updated_at":"2026-06-17T17:19:23.839709+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/quipo/dependencysolver","github":"https://github.com/quipo/dependencysolver","docs":"https://pkg.go.dev/github.com/quipo/dependencysolver#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}