Skip to content

DanSchwartz/Java-program-that-computes-Satisfiability

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java-program-that-computes-Satisfiability

This program takes a Boolean expression as input and determines whether it is satisfiable.

There are two versions: SAT-2 has several help functions that output information showing the stages in the execution of the program; SAT is the basic program that has all the auxiliary functions removed. Both are given here as ItelliJ IDEA workspaces. The file expression.txt is a sample input file. The file Boolean_expressions.txt gives the formal definition of Boolean expression as used here, including the syntax expected for anything that is put in expression.txt. To run either program in IntelliJ IDEA, the file expression.txt should be put in the same directory as the InteliJ IDEA workspace.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published