You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multi-model DAG-driven parallel AI film generation — parallel speedup scales with scene independence; Generate film scenes simultaneously instead of one by one; "把影视生成的执行图从拓扑序变成关键路径最优调度" ; 唯一把场景叙事依赖建模为 DAG、以 CPM 算法驱动并行调度的影视生成引擎
This project aims to implement Task Scheduling using the Critical Path Method (CPM). The Critical Path Method is a project management technique used to determine the longest sequence of dependent tasks and ensure efficient scheduling to complete a project as soon as possible.
This repository contains a JavaScript algorithm designed to compare two graphs and identify the largest subgraph while calculating its critical path. Developed as a project for a course in my master's program, this project delves into discrete structures and graph theory, offering practical insights into graph analysis and optimization
RiskPulse — AI-Driven Project Risk Manager A PMP-aligned web application for quantitative project risk analysis. RiskPulse utilizes Beta-PERT Monte Carlo simulations, Critical Path Method (CPM) scheduling, and Earned Value Management (EVM) to proactively identify bottlenecks, slippage, and resource contention in real-time.
This repository contains my capstone project which is about Designing And Evaluating Critical Path Methods & Genetic Algorithms to Assess Critical Activities Within an Organization Using Process Mining in pm4py
Proyecto Grupal Final Algoritmos. Malla curricular de una carrera universitaria representada como un grafo acíclico dirigo con método de camino crítico para evaluar tiempo mínimo en completar la carrera
Models and ranks recovery interventions (add resources, re-sequence, accept delay) against a programme's schedule/cost/risk status — the toolkit's missing decision layer, not another status report.
The Critical Path Method, operationalized: baseline vs. current schedule, float erosion, and a composite schedule health score, computed automatically instead of eyeballed off a Gantt chart.
Reads a course catalog, builds the prerequisite graph, and tells you which courses you can't afford to fail. Built for the Stellic Pathfinders Challenge 2026.
Aplicacion web para el Metodo del Camino Critico (CPM): calcula fechas tempranas y tardias, holguras y ruta critica. Incluye la memoria del proyecto en PDF.