Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 630 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 630 Bytes

Genetic SAT

Tests Format and Lints

A SAT solver based on the genetic algorithm written in rust

Genetic SAT is not a production ready create. Its only purpose was to compare it with cugen

Build and run solver

After cloning the repository, run:

cargo build -r
target/release/genetic_sat -p <population-size> -u <mutation-probability> -m <maximum-generation> -f /path/to/formula.dimacs