feat: analisa demandas C-97 e realiza fleet assignment conforme INSTRUCOES.md

This commit is contained in:
2026-06-07 20:05:41 -03:00
commit b7f09907c4
4 changed files with 2794 additions and 0 deletions

16
pyproject.toml Normal file
View File

@@ -0,0 +1,16 @@
[project]
name = "ceao-809"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"jupyterlab>=4.5.8",
"matplotlib>=3.10.9",
"nbformat>=5.10.4",
"ortools>=9.15.6755",
"pulp>=3.3.2",
"pymap3d>=3.2.0",
"seaborn>=0.13.2",
"vincenty>=0.1.4",
]