Skip to content

vvvvvvvector/SAT-solver-graphical-interface-client

Repository files navigation

SAT-solver graphical interface

An open source application built using React.

About this project

I designed and implemented a helpful application for the Institute of Computer Science at my university. SAT-solver is a program that aims to solve the Boolean satisfiability problem. The SAT-solver graphical interface allows users to work with formulas in the DIMACS CNF format or CNF conveniently, as well as to find and display satisfiable assignments.

If you aren't familiar with the DIMACS CNF format, here are the formulas examples that I used to test the app: examples

Screenshots

prod_1

Running locally

  1. Install dependencies using npm:
npm i
  1. Start the development server:
npm run dev