In the solver.hs file there is just a simple version of the SAT solver. To test it, compile the file and use the command "solve [] (VAR2)", without the quotation marks. In the backtracking.hs file the SAT solver has been enhanced with the backtracking function and a randomList function so that it can produce a number of different results at once. To test it, compile the file and use the command "functionator 100 100 10", without the quotation marks, where the first number (100) represents the number of different formulas generated, the second number (100) represents the length of the formulas and the third number (10) represents the number of variables used in each formula.
-
Notifications
You must be signed in to change notification settings - Fork 0
moikonomidi888/Haskel-Sat-solver
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published