Next Article in Journal
Taylor’s Law in Innovation Processes
Previous Article in Journal
A Formal Model for Adaptive Free Choice in Complex Systems
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Uniquely Satisfiable d-Regular (k,s)-SAT Instances

1
College of Computer Science and Technology, Guizhou University, Guiyang 550025, China
2
Department of Electronics and Information Engineering, Anshun University, Anshun 561000, China
*
Author to whom correspondence should be addressed.
Entropy 2020, 22(5), 569; https://doi.org/10.3390/e22050569
Submission received: 22 March 2020 / Revised: 13 May 2020 / Accepted: 17 May 2020 / Published: 19 May 2020
(This article belongs to the Section Information Theory, Probability and Statistics)

Abstract

:
Unique k-SAT is the promised version of k-SAT where the given formula has 0 or 1 solution and is proved to be as difficult as the general k-SAT. For any k 3 , s f ( k , d ) and ( s + d ) / 2 > k 1 , a parsimonious reduction from k-CNF to d-regular (k,s)-CNF is given. Here regular (k,s)-CNF is a subclass of CNF, where each clause of the formula has exactly k distinct variables, and each variable occurs in exactly s clauses. A d-regular (k,s)-CNF formula is a regular (k,s)-CNF formula, in which the absolute value of the difference between positive and negative occurrences of every variable is at most a nonnegative integer d. We prove that for all k 3 , f ( k , d ) u ( k , d ) + 1 and f ( k , d + 1 ) u ( k , d ) . The critical function f ( k , d ) is the maximal value of s, such that every d-regular (k,s)-CNF formula is satisfiable. In this study, u ( k , d ) denotes the minimal value of s such that there exists a uniquely satisfiable d-regular (k,s)-CNF formula. We further show that for s f ( k , d ) + 1 and ( s + d ) / 2 > k 1 , there exists a uniquely satisfiable d-regular ( k , s + 1 ) -CNF formula. Moreover, for k 7 , we have that u ( k , d ) f ( k , d ) + 1 .

1. Introduction

Satisfiability Problem (SAT) is a central problem in theoretical computer science of deciding whether a given Conjunction Normal Formula (CNF) is satisfiable. The k-SAT is a satisfiability problem where every clause has exactly k distinct variables, and was proved to be a NP-complete problem for k 3 in [1]. That is, SAT problem should be a computationally hard problem. However, modern SAT solvers are able to efficiently solve some formulas with millions of variables, such as MiniSat [2], Glucose [3], Maple [4]. The conflict-driven clause learning technique is an important algorithm to improve the efficiency of these SAT solver. Yet, how these solvers can be so successful has remained elusive. In order to analyze and improve SAT solvers, some random SAT models were propose.
A natural measure of the solution space is the number of solutions. Unique k-SAT denotes the promise search problem of k-SAT where the number of solutions is either 0 or 1. The harder instances should have fewer solutions. But Calabro and Paturi in [5] proved that the exponential complexity of deciding whether a k-CNF formula has a solution is the same as that of deciding whether it has exactly one solution, both when it is promised and when it is not promised that the input formula has a solution. Thus, the research of uniquely satisfiable SAT instances is a very significant work.
The ( k , s )-SAT denotes the family of satisfiability problems restricted to CNF formulas with exactly k distinct variables per clause and at most s occurrences of each variable. Regular ( k , s )-SAT is a class of special ( k , s )-SAT which each variable occurs in exactly s clauses. By some polynomial time reductions, it is discovered that some SAT problems with regular structures are NP-complete, such as (3,4)-SAT problem in [6] and regular (3,4)-SAT problem in [7]. Experimental results and theoretical analysis on a random k-SAT problem showed that the constrained density α of a CNF formula is an important parameter affecting the formula satisfiability and the solving difficulty in [8,9,10,11]. There is a phase transition point α ( k ) on a random k-SAT problem such that
(i)
all random k-CNF instances with α < α ( k ) are satisfiable with high probability;
(ii)
all random k-CNF instances with α > α ( k ) are unsatisfiable with high probability.
But every regular ( k , s )-CNF formula has a fixed constrained density α (the clause-to-variable ratio), such as regular (3,4)-CNF formula corresponding to 4/3. The constrained density of the regular (3,4)-CNF is much smaller than the SAT-UNSAT phase transition point of the random 3-SAT problem α ( 3 ) 4.267 in [12]. This shows that a random regular (3,4)-CNF formula is satisfiable with high probability, but the regular (3,4)-SAT problem is NP-complete. Obviously, it is not enough to describe structural features of the CNF formula merely by the constrained density α .
In [13,14], M. Wahlström presented a definition of ( a , b )-variable to classify all variables in a CNF formula, and designed two algorithms for solving a CNF formula with at most d occurrences per variable. Here, an ( a , b )-variable is a variable which occurs positively in a clauses and negatively in b clauses. In [15], Johannsen, Razgon and Wahlström presented an algorithm for solving a CNF formula in which the number of occurrences of each literal is at most d. Their results demonstrated that the CNF formulas with some restrictions on the number of occurrences (positive or negative) of each variable have its own characteristics.
In order to further study SAT problems with regular structures, we introduced d-regular ( k , s )-CNF formula in [16,17]. The regular ( k , s )-CNF formula requires that each clause contains exactly k variables and each variable occurs in exactly s clauses. The d-regular ( k , s )-CNF formula also requires that the absolute value of the difference between positive and negative occurrences of each variable is no more than a nonnegative integer d. In this paper, we investigate the existence condition of uniquely satisfiable d-regular ( k , s )-SAT Instances, and present a method to construct a uniquely satisfiable d-regular ( k , s )-formula. We also give a parsimonious reduction from k-CNF to d-regular ( k , s )-CNF, and further explain the constrained density is not enough to describe the structural features of a CNF formula.

2. Related Works

Unique SAT is the promised version of the SAT, where a given CNF formula has 0 or 1 solution. Valiant and Vazirani in [18] gave a randomized polynomial time reduction from SAT to Unique SAT, and showed that deciding whether a CNF formula has zero or one solution is essentially as difficult as SAT in general. Calabro et al. in [19] proved that Unique k-SAT is no easier than k-SAT, not just for polynomial time algorithms but also super-polynomial time algorithms. They in [5] pointed out it does not matter whether there has a promise that a formula has a solution. Matthews in [20] studied the complexity of UNIQUE-( k , s )-SAT and proved that f ( k ) u ( k ) f ( k ) + 2 for k 3 , where u ( k ) is the minimal value of s so that uniquely satisfiable ( k , s )-CNF formulas exist and f ( k ) represents the maximal value of s such that all ( k , s )-CNF formulas are satisfiable. The exact values of f ( k ) are only known for k = 3 and k = 4 , because f ( 3 ) = 3 , f ( 4 ) = 4 were shown in [21]. In [22,23,24,25], it showed that the upper and lower bounds for k = 5 , 6 , , 9 , f ( k ) are described as follows
5 f ( 5 ) 7 , 7 f ( 6 ) 11 , 13 f ( 7 ) 17 , 24 f ( 8 ) 29 , 41 f ( 9 ) 51 .
Encoding into a CNF formula is a common way to solve a practical problem. These CNF formulas often have some special structures and properties. It is important to design some random SAT models that are similar to reality. Markström in [26] proposed a constructor method of SAT instance based on Eulerian graphs, and discussed how a solver can try to avoid at least some of the pitfalls presented by these instances. Giraldez-Cru and Levy in [27] proposed a new model of generation of random SAT instances with community structure, and showed that modern solvers do actually exploit this community structure. In [28], they presented a random SAT instances generator based on the notion of locality, and showed that CDCL SAT solvers take advantage of both popularity and similarity. In [29,30], it showed that SAT instances with less solutions tend to be harder for stochastic local search methods. In [31], Žnidarič gave an experimental evaluation of uniquely satisfiable 3-SAT instances obtained by simply filtering randomly generated formulas.
In this paper, we investigate a uniquely satisfiable d-regular ( k , s )-SAT Instances, and show that f ( k , d ) u ( k , d ) + 1 , f ( k , d + 1 ) u ( k , d ) for k 3 , and u ( k , d ) f ( k , d ) + 1 for k 7 . Here u ( k , d ) denotes the minimal value of s such that uniquely satisfiable d-regular ( k , s )-CNF formulas exist, and f ( k , d ) denotes the maximal value of s such that all d-regular ( k , s )-CNF formulas are satisfiable. We demonstrate that for s f ( k , d ) + 1 and ( s + d ) / 2 > k 1 , there is a uniquely satisfiable d-regular ( k , s )-CNF formula. We also reveal that for k 7 , if a d-regular ( k , s )-CNF formula is unsatisfiable, then ( s + d ) / 2 > k 1 . Finally, for k 3 , s f ( k ) + 1 and ( s + d ) / 2 > k 1 , we give a parsimonious reduction from a k-CNF formula to a d-regular ( k , s )-CNF formula. Constructing uniquely satisfiable d-regular ( k , s + 1 )-CNF formulas from an unsatisfiable d-regular ( k , s )-CNF formula is a key component of our reduction.

3. Notations

A literal is a boolean variable x or a negated boolean variable ¬ x . x is called a positive literal, and ¬ x is called a negative literal. A clause C is a disjunction of literals, C = L 1 L 2 L k or C = { L 1 , L 2 , , L k } . A formula F in the conjunctive normal formula is a conjunction of clauses, F = C 1 C 2 C m or F = { C 1 , C 2 , , C m } . v a r ( F ) denotes the set of boolean variables occurring in a formula F, and # v a r ( F ) refers to the number of variables occurring in F. # c l ( F ) denotes the number of clauses of F, and p o s ( F , x ) ( n e g ( F , x ) ) refers to the number of positive (negative) occurrences of a variable x in F. p o s ( F ) ( n e g ( F ) ) denotes the number of positive (negative) literals in F, and p o s ( F , X ) ( n e g ( F , X ) ) refers to the number of positive (negative) occurrences of all variables of the variable set X in F.
A truth assignment τ is a function which assigns to each boolean variable v a unique value τ ( v ) = { 0 , 1 } . A CNF formula F is satisfiable, if a truth assignment τ with τ ( F ) = 1 exists. Such a truth assignment is called a satisfying assignment. We divide boolean variables in these formulas into forced variables or unforced variables. If every satisfying assignment of a formula sets a variable to the same value, we call it a forced variable. Otherwise, the variable is regarded as an unforced variable.
If the formulas Φ and Ψ are either satisfiable at the same time or not, they are called SAT- e q u i v a l e n t s . This implies that, Φ is satisfiable if and only if Ψ is satisfiable. A formula F is called the disjoint copy of a CNF formula F, if F is a copy of F and their variable sets are disjoint. A uniquely satisfiable d-regular ( k , s )-CNF formula is a d-regular ( k , s )-CNF with only one solution. A CNF formula F is a minimal unsatisfiable formula (MU), if F is unsatisfiable and F { C } is satisfiable for any clause C F . For a given unsatisfiable formula F, a minimal unsatisfiable formula can be obtained by removing some clauses from F.
Definition 1.
For each k 3 , f ( k ) is defined as the maximal value of s such that all ( k , s )-CNF formulas are satisfiable, f ( k , d ) is defined as the maximal value of s such that all d-regular ( k , s )-CNF formulas are satisfiable, u ( k ) is defined as the minimal value of s such that uniquely satisfiable ( k , s )-CNF formulas exist, and u ( k , d ) is defined as the minimal value of s such that uniquely satisfiable d-regular ( k , s )-CNF formulas exist.
Definition 2.
A k-CNF formula F is called a k-forced-once d-regular ( k , s )-CNF formula if
(i) 
there exist k variables x 1 , x 2 , , x k that only occur once;
(ii) 
except for the k variables, every variable occurs in exactly s clauses, and the absolute value of the difference between positive and negative occurrences of every variable is no more than the nonnegative integer d.
(iii) 
F is satisfiable and for any truth assignment τ satisfying F, it holds that
τ ( x 1 ) = τ ( x 2 ) = = τ ( x k ) = t r u e .
We can represent a CNF formula as a matrix. Each variable x i corresponds to a row of the matrix and each clause C j corresponds to a column of the matrix. For each variable x i , if its positive (resp., negative) literal is in the clause C j , then a i , j = + (resp., a i , j = ); otherwise, 0.
Let F is a CNF formula with 15 variables x 1 , x 2 , , x 15 and 25 clauses C 1 , C 2 , , C 25 . The representation matrix of the formula F is
x 1 x 2 x 3 x 4 x 5 x 6 x 7 x 8 x 9 x 10 x 11 x 12 x 13 x 14 x 15 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + .
Clearly, F is a 3-forced 0-regular (3,6)-CNF formula. Each of the three variables x 13 , x 14 , x 15 occurs in exactly one clause in F and is forced to be t r u e .
Definition 3.
In the context of SAT, a reduction M is identified to be parsimonious if x and M ( x ) have the same number of satisfying assignments for any one formula x.
Lemma 1
([32]). Let ( k , s )-CNF be a class of satisfiable formulas, then all ( k + r , s + r [ s / k ] )-CNF formulas are satisfiable for any nonnegative integer r ( [ x ] denotes the integral part of x).
Lemma 2
([17]). If the representation matrix of a formula F is
x 1 x 2 x n 1 x n + + + + ,
then the formula is satisfiable and every satisfying assignment forces all variables to a same value.

4. Uniquely Satisfiable d-Regular ( k , s )-CNF Formula

The d-regular ( k , s )-CNF formula has stronger regular constraints than the regular ( k , s )-CNF formula. It limits the absolute value of the difference between positive and negative occurrences of each variable. The uniquely satisfiable d-regular ( k , s )-CNF formula refers to a d-regular ( k , s )-CNF formula with only one solution. We investigate the existence conditions of the uniquely satisfiable d-regular ( k , s )-CNF formula.
Theorem 1.
For all k 3 , f ( k , d ) u ( k , d ) + 1 and f ( k , d + 1 ) u ( k , d ) .
Proof. 
Because f ( k , d ) denotes the maximal value of s such that all d-regular ( k , s )-CNF formulas are satisfiable, we usually construct an unsatisfiable d-regular ( k , s )-CNF formula to find the upper bound of f ( k , d ) .
Let s = u ( k , d ) . Because u ( k , d ) denotes the minimal value of s such that uniquely satisfiable d-regular ( k , s )-CNF formulas exist, there must be a uniquely satisfiable d-regular ( k , s )-CNF formula F. Obviously, by adding a clause to F which is violated by the unique satisfying assignment, the formula F can become an unsatisfiable formula. Suppose the formula F has n variables. We give two methods to construct unsatisfiable instances.
Method 1: We introduce n / k k n new variables and add n / k ( s + 2 ) n s / k new clauses to F, which contains at least one clause violated by the unique satisfying assignment. Let each original variable occurs twice in the new clauses (one negative occurrence and another positive occurrence), and each new variable occurs s + 2 times in the new clauses (the number of positive and negative occurrences of every new variable is nearly equal). That is, each variable occurs s + 2 times in F and the absolute value of the difference between positive and negative occurrences of each variable is no more than d. Therefor, F is turned into an unsatisfiable d-regular ( k , s + 2 )-CNF formula. It can be seen that f ( k , d ) s + 1 = u ( k , d ) + 1 .
Method 2: We introduce n / k k n new variables and add n / k ( s + 1 ) n s / k new clauses to F, which contains at least one clause violated by the unique satisfying assignment. Let each original variable occur once in the new clauses, and each new variable occurs s + 1 times in the new clauses (the number of positive and negative occurrences of every new variable is nearly equal). That is, each variable occurs s + 1 times in F and the absolute value of the difference between positive and negative occurrences of each variable is no more than d + 1 . Therefor, F is turned into an unsatisfiable ( d + 1 )-regular (k, s + 1 )-CNF formula. It can be seen that f ( k , d + 1 ) s = u ( k , d ) . □
Lemma 3.
If k 3 and s are two nonnegative integers such that an unsatisfiable d-regular ( k , s )-CNF formula exists, there exists a k-forced-once d-regular ( k , s )-CNF formula.
Proof. 
Let Φ be an unsatisfiable d-regular ( k , s )-CNF formula. Obviously, the number of positive occurrences and negative occurrences of every variable in Φ are all no more than ( s + d ) / 2 . By removing some clauses of Φ , a minimal unsatisfiable ( k , s )-CNF formula Φ 1 can be obtained. It is easy to get that, the number of positive occurrences and negative occurrences of every variable in Φ 1 are all no more than ( s + d ) / 2 .
Let Φ = Φ 1 Φ 2 , where Φ 1 is the unsatisfiable ( k , s )-CNF formula obtained by removing some clauses of Φ , and Φ 2 is a conjunction of the removed clauses. Suppose Φ 2 contains m 0 clauses and m k literals. Let C 1 be the clause set of Φ 1 and C 2 be the clause set of Φ 2 . A variable y of v a r ( Φ 1 ) and a clause c containing ¬ y are randomly selected. Define C = ( C 1 { c } ) { c ˜ } , with c ˜ = ( c { ¬ y } ) { x } , where x is a new extra variable that does not occur in Φ . Define Φ 1 = c C c . Clearly, the variable x is forced to be t r u e .
Let Φ 1 i be disjoint copies of the formula Φ 1 with the variable x , y of Φ 1 being renamed as x i , y i in Φ 1 i , and Φ 2 i be disjoint copies of the formula Φ 2 , for 1 i k . In addition, we ensure that every variable occurring both in Φ 1 and Φ 2 is renamed as a same new variable in Φ 1 i and Φ 2 i , respectively, for 1 i k .
Introduce a new boolean variable set Z = z 1 , z 2 , , z t k which does not occur in Φ , t > 2 m k / s . The k-CNF formula Φ 3 is constructed using ¬ y i , the literals of Φ 2 i and the variables of Z, for 1 i k . And it shall meet the following limits.
(i)
Every variable of Z occurs positively in s / 2 clauses and negatively in s / 2 clauses;
(ii)
All literals of Φ 2 i and ¬ y i occur exactly once in Φ 3 , 1 i k ;
(iii)
Every clause of Φ 3 must have at least one positive occurrence of any one of Z.
Define Φ = Φ 3 Φ 11 Φ 12 Φ 1 k .
Obviously, condition (i) and (ii) of Definition 2 hold in Φ (note s > 3 from the unsatisfiability of Φ ). Φ 1 i is satisfiable and forces the variable x i to be t r u e . Because every variable of Z does not occur in Φ 1 , Φ 3 is satisfiable (let the value of every variable of Z be t r u e ) without affecting Φ 11 , Φ 12 , , Φ 1 k . So it can be concluded that Φ is satisfiable and forces x 1 , x 2 , , x k to be t r u e . Φ 1 , Φ 2 and ¬ y only contain x and all literals of Φ . Except for x, every variable of Φ 1 , Φ 2 and ¬ y occur in s clause, and meet the d-regularity ( Φ is a d-regular ( k , s )-CNF formula). Hence, Φ 1 i , Φ 2 i and ¬ y i meet these requirements (by the definition of disjoint copy). Every variable of Z occurs positively in s / 2 clauses and negatively in s / 2 clauses. Thus, x 1 , x 2 , , x k occur only once in Φ . Except for the k variables, every variable occurs in exactly s clauses, and the absolute value of the difference between positive and negative occurrences of every variable is no more than d. Therefore, we claim that Φ is a k-forced-once d-regular ( k , s )-CNF formula.
Next, we will assess the feasibility of the construction of Φ . If an unsatisfiable d-regular ( k , s )-CNF formula Φ exists, Φ 1 should be easily constructed. The number of literals of Φ 3 is m k 2 + t k s + k , and the number of positive occurrences of the variables of Z in Φ 3 is k t s / 2 . The number of clauses of Φ 3 is m k + t s + 1 . For t > 2 m k / s , we obtain m k < t s / 2 , m k + t s < 3 t s / 2 . For k 3 , we obtain m k + t s + 1 k t s / 2 k t s / 2 . As a result, the number of positive occurrences of Z in Φ 3 is greater than that of clauses of Φ 3 . The construction of Φ 3 is almost random (First let each clause get a positive literal of Z, then randomly arrange other literals). Therefore, Φ 3 can be constructed in polynomial time. □
Lemma 4.
For k 3 , ( s + d ) / 2 > k 1 and m 1 , we can transform a k-forced-once d-regular ( k , s )-CNF formula with n unforced variables into a ( m + 1 ) k -forced-once d-regular ( k , s )-CNF formula with n unforced variables.
Proof. 
Let Φ be a k-forced-once d-regular ( k , s )-CNF formula with n unforced variables, and x 1 , x 2 , , x k denote k forced variables that only occur once. That is, x 1 , x 2 , , x k are forced to be t r u e . Let
H 0 = i = 1 k ( ¬ x 1 ¬ x 2 ¬ x k 1 y 1 , i ) , H j = i = 1 k ( ¬ y j , 1 ¬ y j , 2 ¬ y j , k 1 y j + 1 , i ) , j = 1 , 2 , , m k 1 ,
where every y j , i is a fresh variable.
We construct a k-CNF formula Ψ with the variable set X = { x i } and the variable set Y = { y j , i } , for i = 1 , 2 , , k 1 , j = 1 , 2 , , m k 1 , which meets the following restrictions.
(i)
every variable of X and Y occurs in exactly s k 1 clauses of Ψ ,
if s 2 k , p o s ( Ψ , x i ) = s k 1 , p o s ( Ψ , y j , i ) = s k 1 ;
if s > 2 k , p o s ( Ψ , x i ) = s / 2 1 , p o s ( Ψ , y j , i ) = s / 2 1 .
(ii)
Every clause of Ψ must have at least one positive occurrence of any one of these variables.
Define Φ = Φ H 0 H 1 H m k 1 Ψ .
Obviously, x i and y j , i are forced to be t r u e for i = 1 , 2 , , k , j = 1 , 2 , , m k (this ensures that Ψ is satisfiable). In these forced variables, x k , y 1 , k , y 2 , k , , y m k 1 , k and y m k , 1 , y m k , 2 , , y m k , k occur exactly in one clause of Φ . Except for the ( m + 1 ) k variables, every variable occurs in exactly s clauses, and the absolute value of the difference between positive and negative occurrences of every variable is at most d. The number of unforced variables in Φ is still n. So Φ is a ( m + 1 ) k -forced-once d-regular ( k , s )-CNF formula with n unforced variables.
Next, we will prove that the construction of Ψ is feasible. We focus on the satisfiability of the condition ii.
The variables of Ψ consists of two parts: X and Y. The variable set Y has ( m k 1 ) ( k 1 ) variables. The variable set X has k 1 variables. Every variable of X and Y occurs in exactly s k 1 clauses of Ψ . Obviously, the number of literals of Ψ is ( m k 1 ) ( k 1 ) ( s k 1 ) + ( k 1 ) ( s k 1 ) . The number of clauses of Ψ is
# c l ( Ψ ) = ( m k 1 ) ( k 1 ) ( s k 1 ) + ( k 1 ) ( s k 1 ) k = m ( k 1 ) ( s k 1 ) .
When s 2 k , all literals in Ψ are positive literal and must satisfy the condition iii. When s > 2 k , the number of positive occurrences of the variables in Ψ is
p o s ( Ψ ) = ( m k 1 ) ( k 1 ) ( s / 2 1 ) + ( k 1 ) ( s / 2 1 ) = m k ( k 1 ) ( s / 2 1 ) .
For k 3 ,
m k ( k 1 ) ( s / 2 1 ) = m ( k 1 ) ( k s / 2 k ) m ( k 1 ) ( 3 s / 2 k ) m ( k 1 ) ( 3 s / 2 k ) > m ( k 1 ) ( s k ) > m ( k 1 ) ( s k 1 ) .
So p o s ( Ψ ) > # c l ( Ψ ) . That indicates that the number of positive literals is more than that of clauses. That is, we can arrange a positive literal for every clause of Ψ , then randomly arrange other literals. Hence, Ψ can be constructed. □
Theorem 2.
For k 3 and s f ( k , d ) + 1 and ( s + d ) / 2 > k 1 , there exists a uniquely satisfiable d-regular ( k , s )-CNF formula.
Proof. 
We will show a way to construct a uniquely satisfiable d-regular ( k , s )-CNF formula.
By Lemma 3 and Lemma 4, for k 3 , s f ( k , d ) + 1 , ( s + d ) / 2 > k 1 and m 1 , we can construct a ( m + 1 ) k -forced-once d-regular ( k , s )-CNF formula Ψ . It is assumed that the ( m + 1 ) k forced variables which occur only once are X = { x 1 , x 2 , , x ( m + 1 ) k } . Without loss of generality, we assume that forcing n of unforced variables to be t r u e can turn Ψ into a uniquely satisfiable formula. Let Y = { y 1 , y 2 , , y n } denote the n unforced variables. Let t = n / ( k 1 ) . Constructing a uniquely satisfiable d-regular ( k , s )-CNF formula is based on four stages, which are described as follows.
Step 1 Divide the variables y 1 , y 2 , , y n arbitrarily into t variable sets Y 1 , Y 2 , , Y t of size k 1 . Some variables of Ψ forced to be t r u e are added, so that every variable set contains exactly k 1 variables (a variable forced to be f a l s e can be transformed to a variable forced to be t r u e by flipping all occurrences of the variable). The variables x 1 , x 2 , , x ( m + 1 ) k are arbitrarily divided into 4 t + 1 variable sets X 1 , X 2 , , X 4 t + 1 . Moreover, it should be guaranteed that any one of X 1 , X 2 , , X 3 t has k 2 variables, any one of X 3 t + 1 , , X 4 t has k 1 variables and X 4 t + 1 includes the rest. When m is appropriately chosen, the partition is feasible. Now assume X 4 t + 1 contains r variables.
Step 2 For each 1 i t , we will construct a formula H i using the variable sets Y i , X i , X t + i , X 2 t + i and X 3 t + i .
For simplicity, let Y i = { y 1 , , y k 1 } , X i = { x 1 , , x k 2 } , X t + i = { x t + 1 , , x t + k 2 } , X 2 t + i = { x 2 t + 1 , , x 2 t + k 2 } and X 3 t + i = { x 3 t + 1 , , x 3 t + k 1 } . For each 1 i t , we introduce a new boolean variable set Z i = { z 1 , 0 , z 1 , 1 , z 2 , 0 , z 2 , 1 , , z k 1 , 0 , z k 1 , 1 } which does not occur in Ψ and perform the following steps to construct H i .
(i)
Let z j , 0 replace any one of positive occurrences of y j , and ¬ z j , 1 replace any one of negative occurrences of y j in Ψ , for j = 1 , 2 , , k 1 . If y j does not occur as a positive literal, then we let z j , 0 replace one of other negative occurrences of y j in Ψ and flip all occurrences of z j , 0 in the following formulas H i 1 , H i 2 , H i 3 , H i 4 . If y j does not occur as a negative literal, then we perform similar operations.
(ii)
Let
H i 1 = j = 1 k 1 ( y j ¬ z j , 0 ¬ x 1 ¬ x k 2 ) , H i 2 = j = 1 k 1 ( z j , 0 ¬ z j , 1 ¬ x t + 1 ¬ x t + k 2 ) , H i 3 = j = 1 k 1 ( z j , 1 ¬ y j ¬ x 2 t + 1 ¬ x 2 t + k 2 ) , H i 4 = j = 1 k 1 ( z j , 1 ¬ x 3 t + 1 ¬ x 3 t + k 1 ) .
Define H i = H i 1 H i 2 H i 3 H i 4 . The new formula with all substitutions performed on Ψ is denoted as Ψ 1 .
Step 3 We will make up the gap of the number of occurrences of every variable. Using the variables in sets X and Z = { Z i , i = 1 , 2 , , t } , we construct a formula Ψ 2 that satisfies the following conditions.
(i)
For i = 1 , , t , each z j , 0 , j = 1 , 2 , , k 1 in the variable set Z i occurs in exactly s 3 clause of Ψ 2 and p o s ( Ψ 2 , z j , 0 ) + 1 n e g ( Ψ 2 , z j , 0 ) = m i n ( d , 1 ) .
(ii)
For i = 1 , , t , each z j , 1 , j = 1 , 2 , , k 1 in the variable set Z i occurs in exactly s 4 clauses of Ψ 2 and p o s ( Ψ 2 , z j , 1 ) n e g ( Ψ 2 , z j , 1 ) = m i n ( d , 1 ) .
(iii)
Each variable x in X 1 , X 2 , , X 4 t occurs in exactly s k clauses of Ψ 2 ,
p o s ( Ψ 2 , x ) = s k   for   s < 2 k   or   p o s ( Ψ 2 , x ) = s / 2 1   for s 2 k .
(iv)
Each variable x in X 4 t + 1 occurs in exactly s 1 clauses of Ψ 2 and
p o s ( Ψ 2 , x ) + 1 n e g ( Ψ 2 , x ) = m i n ( d , 1 ) .
(v)
Every clause of Ψ 2 must have at least one positive occurrence of any one of the variables.
Step 4 Let Φ = Ψ 1 ( i = 1 t H i ) Ψ 2 .
Clearly, Φ is a d-regular ( k , s )-CNF formula. All variables in the set X are forced to be t r u e . Hence, z j , 1 , j = 1 , 2 , , k 1 is forced to be t r u e by H i 4 . By Lemma 2, z j , 0 , z j , 1 and y j are forced to be the same value. Given that, every variable in Y and Z is forced to be t r u e , too. Because all variables in X and Z are forced to be t r u e , Ψ 2 is apparently satisfiable. Thus, it can be concluded that Φ has only forced variables and the unique solution. That is, Φ is a uniquely satisfiable d-regular ( k , s )-CNF formula.
Next, we will discuss the feasibility of constructing Φ . We focus on the formula Ψ 2 . For Ψ 2 , the number of positive literals should be more than that of clauses.
The variable set Z generates t ( k 1 ) ( s 3 ) + t ( k 1 ) ( s 4 ) literals in Ψ 2 . The variable set X generate 3 t ( k 2 ) ( s k ) + t ( k 1 ) ( s k ) + r ( s 1 ) literals in Ψ 2 . The number of clauses of Ψ 2 is
# c l ( Ψ 2 ) = t ( k 1 ) ( 2 s 7 ) + 3 t ( k 2 ) ( s k ) + t ( k 1 ) ( s k ) + r ( s 1 ) k .
Every variable of Z generates s / 2 2 positive literals in Ψ 2 , and very variable of X 4 t + 1 generates s / 2 1 positive literals in Ψ 2 . About the number of positive literals of Ψ 2 , there are two situations. When s < 2 k , the number of positive literals of Ψ 2 is
p o s ( Ψ 2 ) = t ( k 1 ) ( 2 s / 2 4 ) + 3 t ( k 2 ) ( s k ) + t ( k 1 ) ( s k 1 ) + r ( s / 2 1 ) .
When s 2 k , the number of positive literals of Ψ 2 is
p o s ( Ψ 2 ) = t ( k 1 ) ( 2 s / 2 4 ) + 3 t ( k 2 ) ( s / 2 1 ) + t ( k 1 ) ( s / 2 1 ) + r ( s / 2 1 ) .
Since k 3 and s > k , we get p o s ( Ψ 2 ) > # c l ( Ψ 2 ) . To construct Ψ 2 , We first arrange a positive literal for every clause, then randomly arrange other literals. That is, Ψ 2 can be constructed in polynomial time.
Ψ 1 and H i can obviously be constructed in polynomial time. Therefore, we can construct a uniquely satisfiable d-regular ( k , s )-CNF formula Φ in polynomial time. □
In the previous proof, we construct a uniquely satisfiable d-regular ( k , s )-CNF formula Φ by using a ( m + 1 )k-forced-once d-regular ( k , s )-CNF formula Ψ . m determines the number of forced variables of Ψ that only occurs once. If let m be 1 more than our demand, then Φ can preserve k forced variables that only occurs once. Therefore, we get the following lemma.
Lemma 5.
For k 3 , s f ( k , d ) + 1 and ( s + d ) / 2 > k 1 , there exists a k-forced-once d-regular ( k , s )-CNF formula Ψ where every variable is forced.
Lemma 6.
For k 7 , if a d-regular ( k , s )-CNF formula is unsatisfiable then ( s + d ) / 2 > k 1 .
Proof. 
By 13 f ( 7 ) 17 in [22], if a (7,s)-CNF formula is unsatisfiable, then s 14 . That is, for any integer d 0 , if a d-regular (7,s)-CNF formula is unsatisfiable, then s 14 . It implies that for k = 7 , if a d-regular ( k , s )-CNF formula is unsatisfiable, we can obtain that ( s + d ) / 2 14 / 2 > k 1 .
By 24 f ( 8 ) 29 in [22], all (8,24)-CNF formulas are satisfiable. That is, for any integer d 0 , if a d-regular (8,s)-CNF formula is unsatisfiable, then s > 24 . As for k = 8 , if a d-regular ( k , s )-CNF formula is unsatisfiable, we get ( s + d ) / 2 > k 1 again.
Using Lemma 1, all ( 8 + r , 24 + 3 × r )-CNF formulas are satisfiable for any nonnegative integer r. That is to say, if a ( 8 + r , s )-CNF formula is unsatisfiable, then s > 24 + 3 × r for any nonnegative integer r. For ( 24 + 3 × r ) / 2 > 8 + r 1 , we obtain that for k 7 if a ( k , s )-CNF formula is unsatisfiable, then ( s + d ) / 2 > k 1 . □
Theorem 3.
For all k 7 and s f ( k , d ) + 1 , there exist uniquely satisfiable d-regular ( k , s )-CNF formulas.
Proof. 
By the definition of f ( k , d ) , if k 7 and s f ( k , d ) + 1 , there exists an unsatisfiable d-regular ( k , s )-CNF formula. Using Lemma 6, we get ( s + d ) / 2 > k 1 . By Theorem 2, we obtain that there exist uniquely satisfiable d-regular ( k , s )-CNF formulas. □
By Theorem 3, for k 7 , we get u ( k , d ) f ( k , d ) + 1 . Matthews in [20] showed that f ( k ) u ( k ) f ( k ) + 2 . Using Theorem 2, it is easy to achieve f ( k ) u ( k ) f ( k ) + 1 .
Theorem 4.
For all k 3 , f ( k ) u ( k ) f ( k ) + 1 .
Proof. 
Let d be a infinite integer. That is, any one of ( k , s )-CNF formulas is a d-regular ( k , s )-CNF formula and any one of d-regular ( k , s )-CNF formulas is a ( k , s )-CNF formula. It holds that f ( k ) = f ( k , d ) and ( s + d ) / 2 > k 1 . Using Theorem 2, for a infinite integer d, k 3 and s f ( k ) + 1 , there exists a uniquely satisfiable d-regular ( k , s )-CNF formula. Obviously, a uniquely satisfiable d-regular ( k , s )-CNF formula must be a uniquely satisfiable ( k , s )-CNF formula. In other words, for k 3 and s f ( k ) + 1 , there exists a uniquely satisfiable ( k , s )-CNF formula. By f ( k ) u ( k ) f ( k ) + 2 in [20], we obtain that k 3 , f ( k ) u ( k ) f ( k ) + 1 . □
Corollary 1.
For k 7 and s f ( k , d ) + 1 , there exists a k-forced-once d-regular ( k , s )-CNF formula Ψ that has exactly one satisfying assignment.
Proof. 
The statement follows directly from Lemmas 5 and 6. □

5. A Parsimonious Polynomial Time Reduction

In [20], Matthews presented a parsimonious reduction from SAT to ( k , s )-SAT for any k 3 and s f ( k ) + 2 . We will transform parsimoniously a k-CNF formula into a d-regular ( k , s )-CNF formula.
Theorem 5.
For any constants k 3 , s f ( k ) + 1 and ( s + d ) / 2 > k 1 , there exists a parsimonious polynomial time reduction from k-CNF to d-regular ( k , s )-CNF.
Proof. 
Let Ψ be an arbitrarily k-CNF formula. It is supposed that Ψ contains m clauses. Obviously, Ψ contains m k literals L 1 , 1 , L 1 , 2 , , L m , k . We will construct a d-regular ( k , s )-CNF formula Ψ that is SAT-equivalent with the formula Ψ , and they have the same number of solutions. Based on Lemma 5, we first construct a k-forced-once d-regular ( k , s )-CNF formula Φ where every variable is forced. It is assumed that k forced variables that occur only once are x 1 , x 2 , , x k .
The reduction method has five steps, which are described as follows.
Step 1 We introduce a new boolean variable set Z = { z i , j : 1 i m , 1 j k } to replace m k literals in Ψ in order to construct a new formula Ψ 1 .
Ψ 1 = 1 i m 1 j k L i , j , L i , j = z i , j , i f L i , j = v ¬ z i , j , i f L i , j = ¬ v , v var ( Ψ ) .
Here, L i , j is the jth literal of the ith clause of Ψ .
Step 2 Let Φ i , 1 i m ( k 1 ) be disjoint copies of the formula Φ with the variables x j , 1 j k of Φ being renamed as x i , j in Φ i . All of x i , j are renumbered and formed a variable set X = { x i , 1 i m k ( k 1 ) } . Let Ψ 2 = 1 i m ( k 1 ) Φ i .
Step 3 Let Ψ 3 = 1 i m , 1 j k d i , j , and d i , j = z i , j ¬ z i , j l = 1 k 2 ¬ x ( ( i 1 ) m j 1 ) ( k 2 ) + l . Here z i , j , z i , j Z and if z i , j replaces a variable v in Ψ , then z i , j will point to the next variable in Z that replaces v (if z i , j is the last variable in Z that replaces v, then z i , j will point to the first variable in Z that replaces v). The variables in Z are sorted by their subscripts.
Step 4 We construct a k-CNF formula Ψ 4 with two variable sets X and Z, satisfying the following conditions.
(i)
Every variable z i , j of the variable set Z occurs in exactly s 3 clauses of Ψ 4 , and if z i , j occurs negatively in Ψ 1 ,
p o s ( Ψ 4 , z i , j ) n e g ( Ψ 4 , z i , j ) = m i n ( d , 1 ) .
Otherwise
n e g ( Ψ 4 , z i , j ) p o s ( Ψ 4 , z i , j ) = m i n ( d , 1 ) .
(ii)
For 1 i m k ( k 2 ) , every variable x i of X occurs in exactly s 2 clauses of the formula Ψ 4 , and
p o s ( Ψ 4 , x i ) n e g ( Ψ 4 , x i ) = m i n ( d , 1 ) .
(iii)
For m k ( k 2 ) + 1 i m k ( k 1 ) , every variable x i of the variable set X occurs in exactly s 1 clauses of the formula Ψ 4 , and
p o s ( Ψ 4 , x i ) + 1 n e g ( Ψ 4 , x i ) = m i n ( d , 1 ) .
(iv)
Every clause of Ψ 4 must have at least one positive occurrence of any one of the variable set X.
Step 5 We construct the formula Ψ = { Ψ 1 , Ψ 2 , Ψ 3 , Ψ 4 } .
Obviously, every variable of Ψ occurs in exactly s clauses, and the absolute value of the difference between positive and negative occurrences of every variable of Ψ is at most d. Therefore, Ψ is a d-regular ( k , s )-CNF formula. Next, we will evaluate the feasibility of Ψ , SAT-equivalent with Ψ and Ψ , the parsimony of the reduction.
First, we focus on the feasibility of Ψ . The formulas Ψ 1 , Ψ 2 , Ψ 3 apparently can be constructed in polynomial time. With respect to the formula Ψ 4 , we need to consider the condition iv. That is to say, the number of positive occurrences of X in Ψ 4 should be more than the number of clauses of Ψ 4 .
The variables of Ψ 4 consists of two parts: X and Z. The variable set X generates m k ( k 2 ) ( s 3 ) + m k ( s 1 ) literals in Ψ 4 . The variable set Z generates m k ( s 3 ) literals in Ψ 4 . The number of clauses of Ψ 4
# c l ( Ψ ) = m k ( s 3 ) + m k ( k 2 ) ( s 2 ) + m k ( s 1 ) k = m ( s 3 ) + m ( k 2 ) ( s 2 ) + m ( s 1 ) = m ( k 2 ) ( s 2 ) + m ( 2 s 4 ) .
For 1 i m k ( k 2 ) , p o s ( Ψ 4 , x i ) n e g ( Ψ 4 , x i ) = m i n ( d , 1 ) and p o s ( Ψ 4 , x i ) + n e g ( Ψ 4 , x i ) = s 2 . So,
p o s ( Ψ 4 , x i ) = ( s 2 ) / 2 = s / 2 1 .
For m k ( k 2 ) + 1 i m k ( k 1 ) , p o s ( Ψ 4 , x i ) + 1 n e g ( Ψ 4 , x i ) = m i n ( d , 1 ) and p o s ( Ψ 4 , x i ) + n e g ( Ψ 4 , x i ) = s 1 . So, p o s ( Ψ 4 , x i ) + 1 = s / 2 , p o s ( Ψ 4 , x i ) = s / 2 1 . The number of positive occurrences of X in Ψ 4
p o s ( Ψ 4 , X ) = m k ( k 2 ) ( s / 2 1 ) + m k ( s / 2 1 ) .
For k 3 and s > k , we get
p o s ( Ψ 4 , X ) > 3 m ( k 2 ) ( s / 2 1 ) + 3 m ( s / 2 1 ) > m ( k 2 ) ( s 2 ) + m ( k 2 ) ( s / 2 1 ) + 3 m ( s / 2 1 ) > m ( k 2 ) ( s 2 ) + 4 m ( s / 2 1 ) > m ( k 2 ) ( s 2 ) + m ( 2 s 4 ) = # c l ( Ψ 4 ) .
Obviously, the number of positive literals of X is more than the number of clauses in Ψ 4 . To construct Ψ 4 , We first arrange a positive literal for every clause, then randomly arrange other literals. That is, the formula Ψ 4 can be constructed in polynomial time.
Second, we will prove that the formula Ψ is satisfiable if and only if the formula Ψ is satisfiable.
It is assumed that Ψ is satisfied by a truth assignment τ on v a r ( Ψ ) and Φ i is satisfied by a truth assignment τ i on v a r ( Φ i ) for 1 i m ( k 1 ) . Because Φ i forces the variable x i , j to be t r u e , τ i ( x i , j ) must be t r u e . A truth assignment τ is defined by
τ ( v ) = τ ( z ) , i f v v a r ( Ψ 1 ) a n d a v a r i a b l e z o f v a r Ψ i s r e p l a c e d w i t h v τ i ( v ) , i f v v a r ( Φ i ) .
Obvious, the truth assignment τ can satisfy these formulas Ψ 1 , Ψ 2 , Ψ 3 . Every clause of Ψ 4 must have at least one positive occurrence of any one of X. As a result, τ also can satisfy the formula Ψ 4 . The formula Ψ is a conjunction of Ψ 1 , Ψ 2 , Ψ 3 , Ψ 4 . Thus, τ can satisfy the formula Ψ certainly.
It is assumed that Ψ is satisfied by a truth assignment τ over v a r ( Ψ ) . Obviously, the truth assignment τ can satisfy these formulas Ψ 1 , Ψ 2 , Ψ 3 , Ψ 4 . For Ψ 2 = 1 i m ( k 1 ) Φ i , the truth assignment τ can satisfy these formulas Φ i , 1 i m ( k 1 ) . Because Φ i forces the variable x i , j to be t r u e ,
τ ( ¬ x i , j ) = f a l s e , 1 i m k , 1 j k 2 .
We substitute Equation (1) into Ψ 3 , and simplify Ψ 3 . The simplified Ψ 3 contains some similar structure that are mentioned in Lemma 2. According to Lemma 2, if z i and z j replace the same variable of Ψ , τ ( z i ) = τ ( z j ) . Therefore, we define a truth assignment τ on v a r ( Ψ ) by
τ ( v ) = τ ( z ) ,   if   a   variable   v   of   Ψ   is   replaced   with   a   variable   z   in   Ψ 1 .
Obviously, the truth assignment τ can satisfy the formula Ψ , and the formula Ψ is satisfiable.
Therefore, Ψ is SAT-equivalent with Ψ .
Finally, we will explain why the polynomial-time reduction is parsimonious. If Ψ is satisfiable, all variables in X are forced to be t r u e . Due to the formula Ψ 3 , all variables of Z that replaced the same variable of Ψ are forced to be the same value in every satisfying assignment. Thus, the number of satisfying assignments cannot be changed by introducing new variable set Z. Due to only one solution of Φ , Ψ 2 must not influence the number of satisfying assignments. Therefore, Ψ has as many satisfying assignments as the formula Ψ . □

6. Conclusions

For k 3 , k-SAT problem is a NP-complete problem. From Theorem 5, it demonstrates that there exists a polynomial time reduction from k-SAT to d-regular ( k , s )-SAT for any constants k 3 , s f ( k ) + 1 and ( s + d ) / 2 > k 1 . That is to say, d-regular ( k , s )-SAT problem is NP-complete in this case. For example, the 2-regular (3,4)-SAT problem is NP-complete. In other words, there exists a parsimonious polynomial time reduction from 3-CNF to 2-regular (3,4)-CNF. Although the parsimonious reduction does not increase the number of solutions, it adds numerous new variables to the original formula. That is, The new formula has bigger solution space than the original formula. It seems that the parsimonious reduction diluted these solutions and make the SAT problem harder to solve. This explains why a random regular (3,4)-SAT instance is satisfiable with high probability and can be easily solved, but the 2-regular (3,4)-SAT problem is NP-complete.
From Lemma 6, this suggests that for k 7 and ( s + d ) / 2 < k , all d-regular ( k , s )-CNF formulas are satisfiable. Consider a regular ( k , s )-CNF formula F in which the positive and negative occurrences number of every variable do not exceed k 1 . Obviously, s 2 k 2 and the formula F is a ( 2 k s 2 )-regular ( k , s )-CNF formula. For ( s + d ) / 2 = ( s + 2 k s 2 ) / 2 = k 1 < k , we obtain that the formula F must be satisfiable for k 7 . That is, all regular ( k , s )-CNF formulas in which the positive and negative occurrences number of every variable are less than k, can be satisfiable for k 7 . However, it is unknown whether this phenomenon exists for k < 7 .
We present the construction method of a uniquely satisfiable d-regular ( k , s )-formula. Uniquely satisfiable d-regular ( k , s )-SAT instances have their own characteristics. How to use uniquely satisfiable SAT instances to evaluate, analyze and improve some SAT solvers will be considered in the future.

Author Contributions

Formal analysis, Z.F.; Investigation, Z.F. and D.X.; Methodology, Z.F. and D.X.; Writing—Original Draft, Z.F.; Writing—Review & Editing, Z.F. and D.X. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the National Natural Science Foundation of China under grant numbers No.61762019,61862051.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Cook, S.A. The complexity of theorem-proving procedures. In Proceedings of the Third Annual ACM Symposium on Theory of Computing, Shaker Heights, OH, USA, 3–5 May 1971; pp. 151–158. [Google Scholar] [CrossRef]
  2. Eén, N.; Sorenssön, N. An Extensible SAT-solver. In Theory and Applications of Satisfiability Testing; Springer: Berlin/Heidelberg, Germany, 2003. [Google Scholar] [CrossRef]
  3. Audemard, G.; Simon, L. GLUCOSE2.1: Aggressive-but Reactive-Clause Database Management, Dynamic Restarts. In Proceedings of the International Workshop of Pragmatics of SAT, Trento, Italy, 16 June 2012. [Google Scholar]
  4. Luo, M.; Minli, M.; Xiao, F.; Manyá, F.; Zhipeng, L. An Effective Learnt Clause Minimization Approach for CDCL SAT Solvers. In Proceedings of the Twenty-Sixth International Joint Conference on Artificial Intelligence, Melbourne, Australia, 19–25 August 2017. [Google Scholar] [CrossRef] [Green Version]
  5. Calabro, C.; Paturi, R. k-SAT Is No Harder Than Decision-Unique-k-SAT. In Computer Science Symposium in Russia; Springer: Berlin/Heidelberg, Germany, 2009. [Google Scholar] [CrossRef]
  6. Tovey, C.A. A simplified NP-complete satisfiability problem. Discret. Appl. Math. 1984, 8, 85–89. [Google Scholar] [CrossRef]
  7. Daoyun, X.; Xiaofeng, W. A Regular NP-Complete Problem and Its Inapproximability. J. Front. Comput. Sci. Technol. 2013, 7, 691–697. [Google Scholar] [CrossRef]
  8. Crawford, J.M.; Auton, L.D. Experimental Results on the Crossover Point in Satisfiability Problems. Artif. Intell. 1996, 81, 31–57. [Google Scholar] [CrossRef] [Green Version]
  9. Kirkpatrick, S.; Selman, B. Critical behavior in the satisfiability of random boolean expressions. Science 1994, 264, 1297–1301. [Google Scholar] [CrossRef]
  10. Jincheng, Z.; Daoyun, X.; Youjun, L. Satisfiability Threshold of the Regular Random (k,r)-SAT Problem. J. Softw. 2016, 27, 2985–2993. [Google Scholar] [CrossRef]
  11. Jincheng, Z.; Daoyun, X.; Youjun, L. Satisfiability threshold of regular (k,r)-SAT problem via 1RSB theory. J. Huazhong Univ. Sci. Technol. 2017, 45, 7–13. [Google Scholar] [CrossRef]
  12. Mézard, M.; Parisi, G.; Zecchina, R. Analytic and algorithmic solution of random satisfiability problems. Science 2002, 297, 812–815. [Google Scholar] [CrossRef]
  13. Wahlström, M. Faster exact solving of SAT formulae with a low number of occurrences per variable. In Theory and Applications of Satisfiability Testing (SAT-2005); Springer: Berlin/Heidelberg, Germany, 2005. [Google Scholar] [CrossRef]
  14. Wahlström, M. An algorithm for the SAT problem for formulae of linear length. In European Conference on Algorithms; Springer: Berlin/Heidelberg, Germany, 2005. [Google Scholar] [CrossRef]
  15. Johannsen, D.; Razgon, I.; Wahlström, M. Solving SAT for CNF Formulas with a One-Sided Restriction on Variable Occurrences. In Theory and Applications of Satisfiability Testing; Springer: Berlin/Heidelberg, Germany, 2009. [Google Scholar] [CrossRef] [Green Version]
  16. Fu, Z.; Xu, D. The NP-completeness of d-regular (k,s)-SAT problem. J. Softw. 2020, 31, 1113–1123. [Google Scholar] [CrossRef]
  17. Fu, Z.; Xu, D. (1,0)-Super Solutions of (k,s)-CNF Formula. Entropy 2020, 22, 253. [Google Scholar] [CrossRef] [Green Version]
  18. Valiant, L.; Vazirani, V. NP is as easy as detecting unique solutions. Theor. Comput. Sci. 1986, 47, 85–93. [Google Scholar] [CrossRef] [Green Version]
  19. Calabro, C.; Impagliazzo, R.; Kabanets, V.; Paturi, R. The complexity of unique k-SAT: An isolation lemma for k-CNFs. Comput. Syst. Sci. 2008, 74, 386–393. [Google Scholar] [CrossRef] [Green Version]
  20. Matthews, W.; Paturi, R. Uniquely Satisfiable k-SAT Instances with Almost Minimal Occurrences of Each Variable. In Theory and Applications of Satisfiability Testing; Springer: Berlin/Heidelberg, Germany, 2010. [Google Scholar] [CrossRef]
  21. Kratochvíl, J.; Savický, P.; Tuza, Z. One more occurrence of variables makes satisfiability jump from trivial to NP-complete. Acta Inform. 1993, 22, 203–210. [Google Scholar] [CrossRef]
  22. Hoory, S.; Szeider, S. Computing unsatisfiable k-SAT instances with few occurrences per variable. Theor. Comput. Sci. 2004, 337, 347–359. [Google Scholar] [CrossRef] [Green Version]
  23. Hoory, S.; Szeider, S. Families of unsatisfiable k-CNF formulas with few occurrences per variable. SIAM J. Discret. Math. 2006, 20, 523–528. [Google Scholar] [CrossRef] [Green Version]
  24. Savický, P.; Sgall, J. DNF tautologies with a limited number of occurrences of every variable. Theor. Comput. Sci. 2007, 238, 495–498. [Google Scholar] [CrossRef] [Green Version]
  25. Gebauer, H.; Szabo, T.; Tardos, G. The Local Lemma is asymptotically tight for SAT. ACM 2016, 63, 664–674. [Google Scholar] [CrossRef] [Green Version]
  26. Markström, K. Locality and Hard SAT-Instances. J. Satisf. Boolean Modeling Comput. 2006, 2, 221–227. [Google Scholar] [CrossRef] [Green Version]
  27. Giráldez-cru, J.; Levy, J. Generating SAT instances with community structure. Artif. Intell. 2016, 238, 119–134. [Google Scholar] [CrossRef]
  28. Giráldez-cru, J.; Levy, J. Locality in Random SAT Instances. In Proceedings of the Twenty-Sixth International Joint Conference on Artificial Intelligence, Melbourne, Australia, 19–25 August 2017. [Google Scholar] [CrossRef] [Green Version]
  29. Clark, D.; Frank, J.; Gent, I.; MacIntyre, E.; Tomov, N.; Walsh, T. Local search and the number of solutions. In The Principles and Practices of Contraint Programming (CP96); Springer: Berlin/Heidelberg, Germany, 1996. [Google Scholar] [CrossRef]
  30. Singer, J.; Gent, I.P.; Smaill, A. Backbone fragility and the local search cost peak. J. Artif. Intell. Res. 2000, 12, 235–270. [Google Scholar] [CrossRef]
  31. Znidaric, M. Single-solution Random 3-SAT Instances. arXiv 2005, arXiv:cs/0504101. [Google Scholar]
  32. Dubois, O. On the r,s-SAT satisfiability problem and a conjecture of Tovey. Discret. Appl. Math. 1990, 26, 51–60. [Google Scholar] [CrossRef] [Green Version]

Share and Cite

MDPI and ACS Style

Fu, Z.; Xu, D. Uniquely Satisfiable d-Regular (k,s)-SAT Instances. Entropy 2020, 22, 569. https://doi.org/10.3390/e22050569

AMA Style

Fu Z, Xu D. Uniquely Satisfiable d-Regular (k,s)-SAT Instances. Entropy. 2020; 22(5):569. https://doi.org/10.3390/e22050569

Chicago/Turabian Style

Fu, Zufeng, and Daoyun Xu. 2020. "Uniquely Satisfiable d-Regular (k,s)-SAT Instances" Entropy 22, no. 5: 569. https://doi.org/10.3390/e22050569

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop