satisfy_mpi_test, a C code which calls satisfy_mpi(), which demonstrates, for a particular circuit, an exhaustive search for solutions of the circuit satisfy problem. This version of the code uses MPI to carry out the solution in parallel.
The computer code and data files made available on this web page are distributed under the MIT license
satisfy_mpi, a C code which demonstrates, for a particular circuit, an exhaustive search for solutions of the circuit satisfiability problem, using the Message Passing Interface (MPI) to work in parallel.