1.5 KiB
+++ date = 2025-06-07 draft = false title = 'ParaFROST' subtitle = 'SMT Solver' links = [ # { title = "Homepage", url = "https://github.com/Z3Prover/z3", icon = 'fa-solid fa-home' }, { title = "Source Code", url = "https://github.com/muhos/ParaFROST", icon = 'fa-brands fa-github' }, # { title = "Playground", url = "https://jfmc.github.io/z3-play/", icon = 'fa-solid fa-gamepad' } ] applications = ['SAT Solver'] developers = ['Eindhoven University of Technology', 'Albert-Ludwigs-Universität'] licenses = ['GPLv3'] inputs = ['SMTLIB2'] interfaces = ['CLI'] maintenance = ['Actively Maintained'] techniques = ['CDCL', 'GPU'] publications = ['Osama2024'] +++
ParaFROST is a parallel SAT solver with GPU-accelerated inprocessing capable of harnessing NVIDIA CUDA-enabled GPUs in applying modern inprocessing tecnhiques in parallel.
APIs and Bindings
This tool is available through the following interfaces:
- C API: Z3 C API Reference
- C++ API: Z3 C++ Namespace Reference
- .NET API: Z3 .NET Namespace Reference
- Java API: Z3 Java API Reference
- Python bindings: z3-solver PyPI package (Documentation)
- Rust bindings: z3 crate on crates.io