{"id":28199612,"url":"https://github.com/gabriel-dp/linear-programming-problems","last_synced_at":"2025-05-16T19:12:37.206Z","repository":{"id":256881701,"uuid":"851783565","full_name":"gabriel-dp/Linear-Programming-Problems","owner":"gabriel-dp","description":"Some common linear programming problems solved using C++ and CPLEX","archived":false,"fork":false,"pushed_at":"2024-09-07T03:04:01.000Z","size":2190,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-13T16:03:48.219Z","etag":null,"topics":["cplex","linear-programming","operational-research","ufsj"],"latest_commit_sha":null,"homepage":"","language":"C++","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/gabriel-dp.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":"2024-09-03T17:39:14.000Z","updated_at":"2024-09-13T03:05:26.000Z","dependencies_parsed_at":"2024-09-13T16:03:52.547Z","dependency_job_id":"ba73cad8-cd48-43b5-ae7d-42f952833fcc","html_url":"https://github.com/gabriel-dp/Linear-Programming-Problems","commit_stats":null,"previous_names":["gabriel-dp/linear-programming-problems"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabriel-dp%2FLinear-Programming-Problems","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabriel-dp%2FLinear-Programming-Problems/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabriel-dp%2FLinear-Programming-Problems/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabriel-dp%2FLinear-Programming-Problems/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gabriel-dp","download_url":"https://codeload.github.com/gabriel-dp/Linear-Programming-Problems/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254592366,"owners_count":22097014,"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":["cplex","linear-programming","operational-research","ufsj"],"created_at":"2025-05-16T19:12:35.870Z","updated_at":"2025-05-16T19:12:37.199Z","avatar_url":"https://github.com/gabriel-dp.png","language":"C++","readme":"# Problemas de Programação Linear\n\n```cpp\n#define TRABALHO \"Trabalho - Problemas de Programação Linear\"\n#define PROFESSOR \"Guilherme Pena\"\n#define DISCIPLINA \"Pesquisa Operacional\"\n#define ESTUDANTES [\"Gabriel de Paula\", \"Henrique Azevedo\"]\n```\n\n\u0026nbsp;\n\n## 📃 Lista de Problemas\n\n[`1. Problema do Fluxo de Custo Mínimo`](./src/01-PFCM/)\n\n[`2. Problema de Transporte`](./src/02-PT/)\n\n[`3. Problema da Designação`](./src/03-PD/)\n\n[`4. Problema do Caminho Mínimo`](./src/04-PCM/)\n\n[`5. Problema do Fluxo Máximo`](./src/05-PFM/)\n\n\u0026nbsp;\n\n## 🖥 Como executar\n\n\u003e [Instale a biblioteca CPLEX](https://www.ibm.com/products/ilog-cplex-optimization-studio)\n\nVá para a pasta do problema:\n\n```bash\ncd src/xx-xxxxx\n```\n\nCompile o executável:\n\n```bash\nmake\n```\n\nExecute o programa com a entrada:\n\n```bash\n./main.exe \u003c input.txt\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabriel-dp%2Flinear-programming-problems","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabriel-dp%2Flinear-programming-problems","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabriel-dp%2Flinear-programming-problems/lists"}