salmans / rust-z3-practice

solving a number of SAT problems using Z3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

solving a number of SAT problems using Z3

License:MIT License


Languages

Language:Rust 100.0%