@@ -6,30 +6,44 @@ This tool contains traditional, agile, and hybrid project management planning, s
6
6
7
7
First, please use DEMO.m
8
8
9
- Implemented Scheduling Problems:
9
+ ** Implemented Scheduling Problems:**
10
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
11
+ CTCTP: * Continuous Time-Cost Trade-off Problem*
21
12
13
+ DTCTP: * Discrete Time-Cost Trade-off Problem*
22
14
23
- Agents:
15
+ CTQCTP: * Continuous Time-Quality-Cost Trade-off Problem *
24
16
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*
29
18
19
+ RC-CTCTP: * Resource-Constrained Continuous Time-Cost Trade-off Problem*
30
20
31
- Phases of Risk Analysis:
21
+ RC-DTCTP: * Resource-Constrained Discrete Time-Cost Trade-off Problem *
32
22
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