| """ | |
| API Package for Metro Train Scheduling System | |
| Provides separate API services for: | |
| - DataService: Simple schedule generation (port 8000) | |
| - GreedyOptim: Advanced optimization with customizable input (port 8001) | |
| """ | |
| __version__ = '2.0.0' | |
| """ | |
| API Package for Metro Train Scheduling System | |
| Provides separate API services for: | |
| - DataService: Simple schedule generation (port 8000) | |
| - GreedyOptim: Advanced optimization with customizable input (port 8001) | |
| """ | |
| __version__ = '2.0.0' | |