Please enable JavaScript.
Coggle requires JavaScript to display documents.
Management science, Sensitivity, Problem - Coggle Diagram
Management science
Science and math to solve problems
, optimize the use of resources
-
-
-
OR
Network models
Problems
- Traveling salesman
-
Solutions
-
-
Heuristic method - good and quick, intuitive
-
-
- Shortest path between two nodes
- Spanning tree - extending a network by connecting all nodes
-
-
- Critical path (what to compress)
-
-
If an activity of this path is delayed, the project will be delayed.
- Transportation problem (Supply & demand)
-
Solutions
-
mixed-integer/integer linear programming,
-
-
-
-
-
-
-
-
Big O notion
-
-
-
- Logarithmic time – O (log n)
-
-
Decision theory
Components
-
-
-
attributes
Framework
-
- A list of possible future states/outcomes.
- Payoffs/Profits associated with each alternative and
-
- Degree of certainty of possible future events.
-
-
-
Why?
-
-
has reasoning, data/info based, evaluated possible alternatives, follow quantitative approach
-
-
-
Formulate
- Define problem
- Model the problem
- Solve the problem
- Validate
5.Implement
-
-