Here you can ask questions and find or give answers to organizational, academic and other questions about studying computer science.

1.1k questions

1.2k answers

1.6k comments

529 users

0 votes

Please explain the solution for the below question. I tried understanding but could not get it.

How the ROBDD is split and all?

in * TF "Emb. Sys. and Rob." by (120 points)

1 Answer

0 votes
The BDD is not split at all. The two BDDs given in the solution are on the left hand side the BDD that contains the conjunction of the variables a,b, that we should quantify over, and the BDD on the right hand side is the result of the existential quantification.

How the existential quantification is computed is shown in detail below the figures. There is a recursive algorithm Exists that is given the two BDDs and that computes the BDD shown on the right hand side in the solution as shown by the recursive calls below those figures. Take some time and study the algorithm you find in the lectures notes before looking at the solution given here. I hope my explanations above gave some orientation for this.
by (166k points)

Related questions

0 votes
1 answer
+1 vote
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
Imprint | Privacy Policy
...