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). Design and Analysis of Algorithms schadal1_p2.c Name: Sumanth Venkata Naga Satya Chaddalla Email: schadal1@binghamton.edu
List of files present: schadal1_p2.c makefile output0.txt output1.txt output2.txt output4.txt output5.txt
Steps to run the code:
- Extract the schadal1_p2.tar
- goto the destination and type make
- type ./submission input.txt output.txt(that is>>./submission .)
- check the output file by gedit or nano or vi or pico commands.(ex: nano )