Skip to content

AlucardFAS/SistemaDeFilasAutonomo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Projeto Integrador III - Sistema Autônomo

The main repository is at https://github.com/AlucardFAS/PI3

Author

Bruno Rocca
Fernando Silva
Victor Kelven
Victor Trindade

Overview

Este projeto automatiza a troca de atendentes entre guichês para otimizar a velocidade de atendimento das filas no sistema.

This project automates the exchange of attendants between counters in order to optimize the speed of attendance of the queues in the system.

Input

A entrada de informações é dada por um txt pré-definido contendo o número de guichês, atendentes e turnos, além de um txt para definir a ordem em que os usuários passarão pelo sistema, nunca podendo retornar.

the input of information is given by a predefined txt containing the number of counters, attendants and shifts, plus a txt to define the order in which users will pass through the system, never being able to return.

Output

A saída é dada após todos usuários passarem pelo sistema, na qual é demonstrada o valor de cada combinação em turnos, o usuário mais rápido, o mais demorado e o tempo total de execução em turnos.

The output is given after all users go through the system, which demonstrates the value of each combination in shifts, the fastest, most time consuming user and the total turnaround time.

Folder Information

PI III

Pasta principal contendo a aplicação com arquivos de teste e executável.

Main folder containing application with test and executable files.

TesteFormulas

Aplicação de testes para geração de txts e verificações de algoritimos de troca.

Application of tests for generation of txts and checks of exchange algorithms.

Technical Data

Language: C#
Authors: Fernando Silva, Bruno Rocca, Victor Kelven and Victor Trindade
University: Centro Universitário Senac

Iniciativa desenvolvida para a aula de Projetos Integradores, com foco na resolução do problema de filas de atendimento demoradas visando a otimização do processo.

Initiative developed for the class of Integrative Projects, focused on solving the problem of long service queues aiming at optimizing the process.