Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 383 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 383 Bytes

Overview

This project is intended as a reimplementation of "Stochastic Local Search for Satisfiability Modulo Theories" in Racket. But now it serves as an incomplete QF_(BV)FP solver.

Dependency

Just Racket (what else should you need?)

Maybe Z3, too. Z3 needs to be installed if the options --try-real-models and --elim-eqs are enabled.

How To

See racket main.rkt -h