Skip to content

Commit 34bb67f

Browse files
authored
Update README.md
1 parent a275e00 commit 34bb67f

File tree

1 file changed

+34
-20
lines changed

1 file changed

+34
-20
lines changed

README.md

Lines changed: 34 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,44 @@ This tool contains traditional, agile, and hybrid project management planning, s
66

77
First, please use DEMO.m
88

9-
Implemented Scheduling Problems:
9+
**Implemented Scheduling Problems:**
1010

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
11+
CTCTP: *Continuous Time-Cost Trade-off Problem*
2112

13+
DTCTP: *Discrete Time-Cost Trade-off Problem*
2214

23-
Agents:
15+
CTQCTP: *Continuous Time-Quality-Cost Trade-off Problem*
2416

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)
17+
DTQCTP: *Discrete Time-Quality-Cost Trade-off Problem*
2918

19+
RC-CTCTP: *Resource-Constrained Continuous Time-Cost Trade-off Problem*
3020

31-
Phases of Risk Analysis:
21+
RC-DTCTP: *Resource-Constrained Discrete Time-Cost Trade-off Problem*
3222

33-
Phase 1: Uncertainty of demands
34-
Phase 2: Shock effects
35-
Phase 3: Structural changes
23+
RC-CTQCTP: *Resource-Constrained Continuous Time-Quality-Cost Trade-off Problem*
24+
25+
RC-DTQCTP: *Resource-Constrained Discrete Time-Quality-Cost Trade-off Problem*
26+
27+
MRCPSP: *Multimode Resource-Constrained Project Scheduling Problem*
28+
29+
MRCPSP-Q: *Multimode Resource-Constrained Project Scheduling Problem with Quality parameters*
30+
31+
32+
**Agents:**
33+
34+
TPMa: *Traditional Project Management agent (see mtpma.m)*
35+
36+
APMa: *Agile Project Management agent (see mapma.m)*
37+
38+
HPMa: *Hybrid Project Management agent (see mhpma.m)*
39+
40+
EPMa: *Extreme Project Management agent (APMa + unplanned tasks)*
41+
42+
43+
**Phases of Risk Analysis:**
44+
45+
Phase 1: *Uncertainty of demands*
46+
47+
Phase 2: *Shock effects*
48+
49+
Phase 3: *Structural changes*

0 commit comments

Comments
 (0)