# PRES **Repository Path**: vj_wang/PRES ## Basic Information - **Project Name**: PRES - **Description**: No description available - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-10-13 - **Last Updated**: 2025-09-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PRES ## Introduction Simulate retention-based energy-efficient DAG task scheduling. Supported scheduling algorithms: - PRES - RWS ## Folder Organization - `src/`: contains all source code - `Algorithms`: get postponable sub-DAG and priority assignment - `Analyzer`: analyze scheduling result, including computing energy consumption, makespan and drawing gantt graph. - `Simlator`: core component, including RWS and PRES simulator, ready queues. - `utils`: common tools. - `README.md`: the repository readme document (this file).