LICENSE
README.md
pyproject.toml
routeprofile/__init__.py
routeprofile.egg-info/PKG-INFO
routeprofile.egg-info/SOURCES.txt
routeprofile.egg-info/dependency_links.txt
routeprofile.egg-info/entry_points.txt
routeprofile.egg-info/requires.txt
routeprofile.egg-info/top_level.txt
routeprofile/build_data_graph/__init__.py
routeprofile/build_data_graph/build_query_graph.py
routeprofile/build_data_graph/build_query_task_domain_graph.py
routeprofile/build_data_graph/build_query_task_graph.py
routeprofile/build_data_graph/build_task_domain_graph.py
routeprofile/build_data_graph/build_task_graph.py
routeprofile/build_data_graph/print_graph.py
routeprofile/get_model_profile/__init__.py
routeprofile/get_model_profile/trainable/__init__.py
routeprofile/get_model_profile/trainable/trainable_gnn_profile.py
routeprofile/get_model_profile/training_free/__init__.py
routeprofile/get_model_profile/training_free/emb_gnn_profile.py
routeprofile/get_model_profile/training_free/flat_profile.py
routeprofile/get_model_profile/training_free/index_profile.py
routeprofile/get_model_profile/training_free/text_gnn_profile.py
routeprofile/routing_evaluation/GraphRouter.py
routeprofile/routing_evaluation/MLPRouter.py
routeprofile/routing_evaluation/SimRouter.py
routeprofile/routing_evaluation/__init__.py
routeprofile/scripts/step2_build_data_graph.sh
routeprofile/scripts/step3a_training_free_profile.sh
routeprofile/scripts/step3b_trainable_profile.sh
routeprofile/scripts/step4_routing_evaluation.sh
tests/test_build_graph.py
tests/test_emb_gnn.py
tests/test_imports.py
tests/test_routers.py
tests/test_text_gnn.py
tests/test_trainable_gnn.py