# HyperJet **Repository Path**: a19330367521/HyperJet ## Basic Information - **Project Name**: HyperJet - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-24 - **Last Updated**: 2025-09-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1. Use CONDA to build a python environment: ```bash conda create -n hyperjet python=3.9 conda activate hyperjet ``` 2. Install the required packages: ```bash pip install -r requirements.txt ``` 3. Run the code: ```bash python main.py ``` Note: In order to protect the privacy of the dataset, we only provide the data of ten DAGs, some of the attributes are randomly selected here, and the output main.py the results of the heuristic algorithm. 4. If you want to see the build of the hypergraph, you can run the `generate_hg.py` directly: ```bash python generate_hg.py ```