Skip to main content

Questions tagged [satisfiability]

For questions on the subject of "satisfiability", that is, whether there exists an interpretation/model in which a given (logical) formula is true.

0 votes
0 answers
61 views

In the study of the missing Moore Graph of order 3250 and degree 57 I have asked myself whether it is sufficient to define it as such: Going from a root node $r_0$, we reach 57 new nodes $a_1, ... , ...
Control's user avatar
  • 174
2 votes
0 answers
67 views

This is about the proof of Lemma 5.13 in the well-renowned book Motwani R, Raghavan P. Randomized Algorithms. Cambridge University Press; 1995. Access with institutional login: link. (The lemma is in ...
M G's user avatar
  • 21
4 votes
1 answer
169 views

In formal verification, loop invariants are used to prove correctness across all iterations of a loop. A loop invariant is a property that must hold: Before the loop starts (initialization), After ...
desert_ranger's user avatar
0 votes
0 answers
70 views

I am currently exploring a mathematical approach to calculating the minimal number of comparisons required to establish the optimality of a solution in combinatorial problems, particularly in the ...
Dabin Léonard's user avatar
2 votes
0 answers
68 views

Something I didnt understand from both my university course, Sipser, and looking online, is why $\phi _{cell}$, the formula in the Cook-Levin theorem (defined below) which checks that each cell is ...
xland44's user avatar
  • 33
0 votes
1 answer
188 views

I followed from this question. I am following the book, Theory of Computational Complexity, 2nd Edition Ding-Zhu Du, Ker-I Ko. I am copying following text from the ...
Redbull's user avatar
  • 55
0 votes
1 answer
110 views

I am following the book, Theory of Computational Complexity, 2nd Edition Ding-Zhu Du, Ker-I Ko. I am copying following text from the book, Recently an algorithm was ...
Redbull's user avatar
  • 55
1 vote
0 answers
120 views

I've seen that "Monotone" is given a few different definitions w.r.t. SAT, but I'm interested in the more common definition: The SAT problem, where each clause contains only unnegated ...
EarthenSky's user avatar
0 votes
1 answer
201 views

A function $f$ is said to be thinking in an encapsulated linear memory if: $f(x)$ is a polynomial block (that is, there exists a polynomial $q$ so that $|f(x)|\leq q(|x|)$) for each input $x$. ...
user avatar
0 votes
2 answers
161 views

I recently began learning about compound propositions. How to use a sequence of logical equivalences to simplify $$(p\vee\neg q)\wedge(q\vee\neg r)\wedge(r\vee\neg p)$$ such that it becomes more ...
Nam Le's user avatar
  • 29
1 vote
0 answers
75 views

Consider a set of possible attributes $A$. I have a collection of objects $C = \{c_1,c_2,\cdots,c_n\}$, and each object is associated with a subset of attributes from $A$. Is there a name for the ...
Ralff's user avatar
  • 1,621
2 votes
1 answer
103 views

I am reading the proof of compactness theorem for the propositional logic and the last part of the proof is left as exercise 2 of section 1.7 in the book by Enderton, A Mathematical Introduction to ...
Hosein Rahnama's user avatar
0 votes
0 answers
45 views

A propositional formula in conjunctive normal form (from now on abbreviated CNF) is said to be in standard form if there are no pure literals, no duplicated clauses, and no possible resolutions in ...
John Baxenden's user avatar
1 vote
1 answer
129 views

Transform the set of causes of the given formula are below: $\overline{x}\lor y.....(1)$ $\overline{y}\lor x.....(2)$ $\overline{z}\lor w.....(3)$ $\overline{w}\lor z.....(4)$ $\overline{s}\lor \...
user avatar
0 votes
1 answer
82 views

I'm looking at the Davis-Putnam algorithm. I don't understand how resolution results in an exponential blowup in the size of the formula, since it seems that after each step, the size is reduced. $(...
David Cheung's user avatar

15 30 50 per page
1
2 3 4 5
23