Skip to content

The CNF-SAT problem is: Given a logical expression in Conjunctive Normal Form, is there a truth assignment for the variables which causes the CNF expression to be true? Answer is yes, if there is an assignment that makes all the clauses evaluate to T (true).

Notifications You must be signed in to change notification settings

schadal1/DFS_CNS_SAT_Problem-Using-Recursive-Algorithm

Repository files navigation

DFS_CNS_SAT_Problem

The CNF-SAT problem is: Given a logical expression in Conjunctive Normal Form, is there a truth assignment for the variables which causes the CNF expression to be true? Answer is yes, if there is an assignment that makes all the clauses evaluate to T (true).

The CNF-SAT problem is: Given a logical expression in Conjunctive Normal Form, is there a truth assignment for the variables which causes the CNF expression to be true?
Answer is yes, if there is an assignment that makes all the clauses evaluate to T (true). For

About

The CNF-SAT problem is: Given a logical expression in Conjunctive Normal Form, is there a truth assignment for the variables which causes the CNF expression to be true? Answer is yes, if there is an assignment that makes all the clauses evaluate to T (true).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published