-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcpm.html
More file actions
30 lines (21 loc) · 868 Bytes
/
cpm.html
File metadata and controls
30 lines (21 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!doctype html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0; maximum-scale=1.0; minimum-scale=1.0; user-scalable=no; width=device-width" />
<link rel="stylesheet" href="styles3.css" type="text/css" />
</head>
<body>
<div class="content">
<div class="card">
<center>
<b>Critical Path Method</b>
</center><br>
CPM is commonly used with all forms of projects, including construction, aerospace and defense,
software development, research projects, product development, engineering, and plant maintenance,
among others. <br><br>Any project with interdependent activities can apply this method of mathematical
analysis. Although the original CPM program and approach is no longer used, the term is
generally applied to any approach used to analyze a project network logic diagram.
</div>
</div>
</body>
</html>