Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7173383
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T15:48:46+00:00 2026-05-28T15:48:46+00:00

Problem I’m looking at a special subset of SAT optimization problem. For those not

  • 0

Problem

I’m looking at a special subset of SAT optimization problem. For those not familiar with SAT and related topics, here’s the related Wikipedia article.

TRUE=(a OR b OR c OR d) AND (a OR f) AND ...

There are no NOTs and it’s in conjunctive normal form. This is easily solvable. However I’m trying to minimize the number of true assignments to make the whole statement true. I couldn’t find a way to solve that problem.

Possible solutions

I came up with the following ways to solve it:

  1. Convert to a directed graph and search the minimum spanning tree, spanning only a subset of vertices. There’s Edmond’s algorithm but that gives a MST for the complete graph instead of a subset of the vertices.
    • Maybe there’s a version of Edmond’s algorithm that solves the problem for a subset of the vertices?
    • Maybe there’s a way to construct a graph out of the original problem that’s solvable with other algorithms?
  2. Use a SAT solver, a LIP solver or exhaustive search. I’m not interested in those solutions as I’m trying to use this problem as lecture material.

Question

Do you have any ideas/comments? Can you come up with other approaches that might work?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T15:48:47+00:00Added an answer on May 28, 2026 at 3:48 pm

    This problem is NP-Hard as well.

    One can show an east reduction from Hitting Set:

    Hitting Set problem: Given sets S1,S2,...,Sn and a number k: chose set S of size k, such that for every Si there is an element s in S such that s is in Si. [alternative definition: the intersection between each Si and S is not empty].

    Reduction:

    for an instance (S1,...,Sn,k) of hitting set, construct the instance of your problem: (S'1 AND S'2 And ... S'n,k) where S'i is all elements in Si, with OR. These elements in S’i are variables in the formula.

    proof:

    Hitting Set -> This problem: If there is an instance of hittins set, S then by assigning all of S‘s elements with true, the formula is satisfied with k elements, since for every S'i there is some variable v which is in S and Si and thus also in S'i.

    This problem -> Hitting set: build S with all elements whom assigment is true [same idea as Hitting Set->This problem].

    Since you are looking for the optimization problem for this, it is also NP-Hard, and if you are looking for an exact solution – you should try an exponential algorithm

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

PROBLEM SOLVED. Special thanks to Andrew Noyes for explaining its not a class but
Problem: I can set the exposureMode property of AVCaptureDevice, but it does not stay
PROBLEM: Here's the code: import matplotlib.pyplot as plt plt.bar([1,2],[5,4]) plt.title('this is a very long
Problem: I don't know why my script is not loading a value into the
Problem description is here : http://www.spoj.pl/problems/FASHION/ Process : Took two lists as input ,
Problem can be seen here . As you can see in the fiddle, there's
Problem: The following shell script code does not produce the expected result: # MYSQL,
Problem: I have an address field from an Access database which has been converted
Problem: I have two spreadsheets that each serve different purposes but contain one particular
Problem (simplified to make things clearer): 1. there is one statically-linked static.lib that has

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.