{"id":22465596,"url":"https://github.com/gymitoso/ilp","last_synced_at":"2025-03-27T14:50:53.763Z","repository":{"id":120439190,"uuid":"104005807","full_name":"gymitoso/ILP","owner":"gymitoso","description":"A solver for Integer Linear Programming","archived":false,"fork":false,"pushed_at":"2017-10-24T04:20:02.000Z","size":24,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T19:11:34.439Z","etag":null,"topics":["ilp","ilp-solver","simplex"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gymitoso.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-09-19T00:25:52.000Z","updated_at":"2022-12-15T18:18:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"b6223177-1d2e-41ef-9591-b3f8976b41c8","html_url":"https://github.com/gymitoso/ILP","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/gymitoso%2FILP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gymitoso%2FILP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gymitoso%2FILP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gymitoso%2FILP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gymitoso","download_url":"https://codeload.github.com/gymitoso/ILP/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245866947,"owners_count":20685529,"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":["ilp","ilp-solver","simplex"],"created_at":"2024-12-06T10:08:36.792Z","updated_at":"2025-03-27T14:50:53.746Z","avatar_url":"https://github.com/gymitoso.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ILP\n\nThis work proposes to implement a solver for Integer Linear Programming problems,\napplying the branch-and-bound technique with the Simplex algorithm.\n- Comments in code are in Portuguese\n\n## What You'll Need\n- Eigen library: http://eigen.tuxfamily.org\n- Cmake: https://cmake.org\n- C and C++ compiler\n- For Cmake to work set CC and CXX environment variables to point for the compilers C and C++, respectively.\n\n## How to run\n1. Add Eigen path to CMakeLists.txt\n2. Run: ``` cmake . ``` or ```cmake -G \"MinGW Makefiles\" .``` (in my case). Check: https://cmake.org/documentation/\n3. Run: ```make```\n4. Run: ```ILP path/to/inputFile```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgymitoso%2Filp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgymitoso%2Filp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgymitoso%2Filp/lists"}