This repository contains the necessary resources and code for implementing and experimenting with various LLMs for vehicle routing problems. Below is a brief description of each folder and instructions on how to run our framework.
This folder contains all information related to different contexts, including exact mathematical formulations, pseudo-code, and research papers.
This folder contains all the code related to LLM frameworks.
This folder contains all the code related to the oracle algorithms.
This folder contains all the code related to the oracle verifier algorithms.
To run our framework, please follow these steps:
-
Navigate to the
llm
directory:cd llm
-
Execute the main script:
python gpt.py
We welcome contributions! Please fork this repository and submit a pull request if you have any improvements or fixes.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or feedback, please reach out to zhehuihu@usc.edu.
Thank you for your interest in our project!