Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/salmans/rust-z3-practice

solving a number of SAT problems using Z3
https://github.com/salmans/rust-z3-practice

Last synced: about 1 month ago
JSON representation

solving a number of SAT problems using Z3

Lists

README

        

# rust-z3-practice

Sample SAT problems solved using Z3:

- simple_sat.rs: a simple satisfiable problem
- simple_unsat.rs: a simple unsatisfiable problem
- hamiltonian_cycle.rs: finds a Hamiltonian cycle for a given graph.
- n_queens.rs: solves the n-queen problem for a given number of queens.