{"id":18861487,"url":"https://github.com/bulletsentence/simplexjava","last_synced_at":"2026-02-09T15:30:17.296Z","repository":{"id":123066277,"uuid":"224023030","full_name":"BulletSentence/SimplexJava","owner":"BulletSentence","description":"Simplex para resolver questões de Pesquisa Operacional relacionadas à materia de Programação Linear","archived":false,"fork":false,"pushed_at":"2019-11-26T11:41:49.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-30T20:42:20.351Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/BulletSentence.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":"2019-11-25T19:15:27.000Z","updated_at":"2019-12-04T12:47:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"28d36d85-0afe-4e0e-a7cc-457ee6c57f2f","html_url":"https://github.com/BulletSentence/SimplexJava","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/BulletSentence%2FSimplexJava","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BulletSentence%2FSimplexJava/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BulletSentence%2FSimplexJava/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BulletSentence%2FSimplexJava/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BulletSentence","download_url":"https://codeload.github.com/BulletSentence/SimplexJava/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239801581,"owners_count":19699370,"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":[],"created_at":"2024-11-08T04:29:45.868Z","updated_at":"2026-02-09T15:30:17.212Z","avatar_url":"https://github.com/BulletSentence.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simplex Almeida\n Simplex para resolver questões de Pesquisa Operacional relacionadas à materia de Programação Linear\n \n - Exemplo -\nUm empresa de eletrodomésticos planeja veicular seus produtos em\ncomerciais de TV durante a novela das 8 e os jogos da seleção na Copa.\nComerciais na novela são vistos por 7 milhões de mulheres e 2 milhões\nde homens e custam $50000.\nComerciais nos jogos são vistos por 2 milhões de mulheres e 12 milhões\nde homens, e custam $100000.\nQual a distribuição ideal de comerciais se a empresa deseja que eles sejam\nvistos por 28 milhões de mulheres e 24 milhões de homens a um menor\ncusto possível?\n  \n \t\t Variáveis de decisão:\n\t\t* x1 = num. de comerciais veiculados durante a novela\n\t\t* x2 = num. de comerciais veiculados durante os jogos\n\n\t\tFunção objetivo:\n\t\t * Min z = 50x1 + 100x2\n\n\t\tRestrições:\n\t\t • Público feminino: 7x1 + 2x2 ≥ 28\n\t\t • Público masculino: 2x1 + 12x2 ≥ 24\n\t\t • x1, x2 ≥ 0\n\n\t\tSolução ótima: (3.6, 1.4) com z = $320.\n\n\t\t- Exemplo no Código - \n\t\tRestricao={\n\t\t{7, 2, MaiorOuIgual, 28},\n\t\t{2, 12, MaiorOuIgual, 24}};\n\n\t\tmaxZ={50,100};\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbulletsentence%2Fsimplexjava","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbulletsentence%2Fsimplexjava","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbulletsentence%2Fsimplexjava/lists"}