Skip to content

SAT-Web is a web-based educational tool for explaining SAT solving. It provides visualisations with search trees and variable interaction graphs, and includes a DPLL solver with tracing.

License

Notifications You must be signed in to change notification settings

JMadgwick/SAT-Web

Repository files navigation

SAT Web

SAT-Web is a web-based educational tool for explaining SAT solving. It provides visualisations with search trees and variable interaction graphs, and includes a DPLL solver with tracing.

Accessing SAT Web

SAT Web can be accessed from GitHub pages.

Developing

Prerequisites

Node JS (tested with version v22.14.0 & v22.8.0)

Installing dependencies

npm install

Running Preview

npm run dev

Building

Generates HTML and assets and places them into a dist folder.

npm run build

About

SAT-Web is a web-based educational tool for explaining SAT solving. It provides visualisations with search trees and variable interaction graphs, and includes a DPLL solver with tracing.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published