Question: Consider the following Boolean formula F in Boolean variables x , y _ ( 1 ) , y _ ( 2 ) : ( notx

Consider the following Boolean formula F in Boolean variables x,y_(1),y_(2) :
(notx^(^())y_(1))vv(x^(^())y_(2))
Give a satisfying assignment with x=0.
Give a satisfying assignment with x=1.
Suppose we are interested in Boolean formulas in Boolean variables
{x_(1),dots,x_(m)}\cup {y_(1),dots,y_(n)}.
That is, there are m+n Boolean variables divided into two groups, with m variables in one
group, and n variables in the other group.
We are interested in knowing whether for any assignment to x_(1),dots,x_(m), there exists an
assignment to y_(1),dots,y_(n), such that the Boolean formula is satisfiable.
Note that the above example is an instance of this problem, for m=1,n=2, satisfying the
requirement above.
Is this problem decidable? If so, give an algorithm and analyse its running time. If not,
prove it.
Consider the following Boolean formula F in

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!