All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Ensure the DIMACS file reader crashes when it reads a literal number higher than the number of literals
- Reader of DIMACS CNF formula format to handle toughsat generated formulae
- Reader of DIMACS CNF formula format
- Boolean satisfiability problem solver based on a genetic algorithm
- CLI to run the solver