mirror of
https://github.com/davidalves04/Trabalho-Pratico-SD.git
synced 2025-12-08 12:33:31 +00:00
feat: Implement batch performance analysis dialog and routing policies
- Added BatchAnalysisDialog for running multiple simulations and generating reports. - Implemented LeastCongestedRouteSelector for dynamic routing based on congestion levels. - Created RandomRouteSelector for baseline random routing strategy. - Developed ShortestPathRouteSelector to select routes based on the shortest path. - Defined RouteSelector interface to standardize routing policy implementations. - Introduced RoutingPolicy enum to manage available routing strategies.
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -53,4 +53,7 @@ build/
|
||||
*.pdf
|
||||
|
||||
# JAR built pom file
|
||||
dependency-reduced-pom.xml
|
||||
dependency-reduced-pom.xml
|
||||
|
||||
# Python env
|
||||
venv/
|
||||
Reference in New Issue
Block a user