Skip to content

Commit a275e00

Browse files
authored
Update README.md
1 parent 47cf414 commit a275e00

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

README.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,35 @@
1-
# GENALG_PDM
1+
# Matrix-based Flexible Project Planning v1.0.2
2+
3+
Matrix-based flexible project planning, scheduling, and risk analysis for traditional, agile, and hybrid project management
4+
5+
This tool contains traditional, agile, and hybrid project management planning, scheduling, and risk analysis techniques. The algorithms are based on the following papers:
6+
7+
First, please use DEMO.m
8+
9+
Implemented Scheduling Problems:
10+
11+
CTCTP: Continuous Time-Cost Trade-off Problem
12+
DTCTP: Discrete Time-Cost Trade-off Problem
13+
CTQCTP: Continuous Time-Quality-Cost Trade-off Problem
14+
DTQCTP: Discrete Time-Quality-Cost Trade-off Problem
15+
RC-CTCTP: Resource-Constrained Continuous Time-Cost Trade-off Problem
16+
RC-DTCTP: Resource-Constrained Discrete Time-Cost Trade-off Problem
17+
RC-CTQCTP: Resource-Constrained Continuous Time-Quality-Cost Trade-off Problem
18+
RC-DTQCTP: Resource-Constrained Discrete Time-Quality-Cost Trade-off Problem
19+
MRCPSP: Multimode Resource-Constrained Project Scheduling Problem
20+
MRCPSP-Q: Multimode Resource-Constrained Project Scheduling Problem with Quality parameters
21+
22+
23+
Agents:
24+
25+
TPMa: Traditional Project Management agent (see mtpma.m)
26+
APMa: Agile Project Management agent (see mapma.m)
27+
HPMa: Hybrid Project Management agent (see mhpma.m)
28+
EPMa: Extreme Project Management agent (APMa + unplanned tasks)
29+
30+
31+
Phases of Risk Analysis:
32+
33+
Phase 1: Uncertainty of demands
34+
Phase 2: Shock effects
35+
Phase 3: Structural changes

0 commit comments

Comments
 (0)