Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Given a directed acyclic graph G=(V,E). For every node u and every directed edge (u, v) , we are also given the probability that the

Given a directed acyclic graph G=(V,E). For every node u and every directed edge (u, v), we are also given the probability that the system will go next to vertex v if it is in state u. The outgoing edges e needs to sum up to 1 (100%). If u is the final state (a sink), the vertex has no outgoing edges. The random decisions at different nodes u are assumed to be mutually independent.

There's exactly one source s and one sink t. Hence the possible behaviors of the system are exactly all directed st paths. This also defines a probability space whose elementary events are all these paths. Down below is an example of a DAG.

image text in transcribed

If we assign an individual time tn to each vertex v, could you give me an algorithm/solution that computes the expected total duration of the traversed (random) path?

50%. 100% 50% 100% t 70% 200% 120% 30% % S 1007 100%

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Database Management

Authors: Jeffrey A. Hoffer Fred R. McFadden

9th Edition

B01JXPZ7AK, 9780805360479

More Books

Students also viewed these Databases questions

Question

b. Why were these values considered important?

Answered: 1 week ago