-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,24 @@ | ||
# art-gallery | ||
Art gallery problem | ||
# Problema da Galeria de Arte | ||
|
||
Trabalho desenvolvido na disciplina Algoritmos II, no semestre 2024/1, na UFMG, pelos alunos: | ||
|
||
<ul> | ||
<li>André Alves de Souza Barros</li> | ||
<li>Ramiro Noronha Reis Ribeiro</li> | ||
<li>Vinicius Leite Censi Faria</li> | ||
</ul> | ||
|
||
## Como Executar | ||
|
||
No terminal, digite o comando: | ||
```bash | ||
python animation.py "caminho_para_arquivo_de_origem_das_instancias" | ||
``` | ||
|
||
Note que as instâncias devem estar no mesmo formato das fornecidas pelo professor. <br> Após isso, será gerada uma página do Dash para ser aberta no navegador. | ||
|
||
## Relatório | ||
|
||
O relatório está disponível provisoriamente na página https://andreb587.github.io/pagesSandbox2/ (em repositório diferente deste por questões de assinatura paga do GitHub). No entanto, os arquivos de geração da página estão contidos neste repositório. O JSON para geração do gráfico da página estática foi gerado pelo arquivo gerador_json.py. | ||
|
||
|