Skip to content

vaibhawvipul/concurrent-sat-solver-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

concurrent-sat-solver-rs

This project is under development.

This project is an implementation of a Concurrent DPLL (Davis–Putnam–Logemann–Loveland) SAT solver in Rust. The DPLL algorithm is used for solving the Boolean Satisfiability Problem (SAT), and the concurrent implementation leverages Rust's parallel programming capabilities to enhance its performance.

Features

  • Concurrent Execution: Utilizes parallelization to explore different branches of the solution space concurrently, improving solving efficiency on multi-core processors.

How to Use

  1. Clone the Repository:

    git clone https://github.com/vaibhawvipul/concurrent-sat-solver-rs.git
  2. Navigate to the Project:

    cd concurrent-sat-solver-rs
  3. Build and Run:

    cargo run

References

About

a simple concurrent/parallel sat solver implementation in rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages