Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider an instance of the Satisfiability Problem, specified by clauses Q over a set of Boolean variables x 1 , dots, x n . We

Consider an instance of the Satisfiability Problem, specified by clauses Q over a set of Boolean
variables x1,dots,xn. We say that the instance is monotone if each term in each clause consists of a
non-negated variable; that is, each term is equal to xi, for some i, rather than notxi. Monotone
instances of Satisfiability are very easy to solve: They are always satisfiable, by setting each
variable equal to 1. For example, suppose we have the three clauses x1vvx2,x1vvx3,x2vvx3.
This is monotone, and indeed the assignment that sets al! three variables to 1 satisfies all the
clauses. But we can observe that this is not the only satisfying assignment; we could also have set
x1 and x2 to 1, and x3 to 0. Indeed, for any monotone instance, it is natural to ask how few
variables we need to set to 1 in order to satisfy it. Given a monotone instance of Satisfiability,
together with a number k, the problem of Monotone Satisfiability with Few True Variables asks:
Is there a satisfying assignment for the instance in which at most k variables are set to 1? Show
that HittingSet ?p MonotoneSATw/FewTrueVar's'.
Hint: Convert an instance of hitting set into CNF-formula that
Contains as many clauses as sets in the collection of hitting set instance
Is defined over as many variables as there are elements in the universe of hitting set
instance
image text in transcribed

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

More Books

Students also viewed these Databases questions