C++ Verification

Open-source C++ projects categorized as Verification

Top 3 C++ Verification Projects

  • cryptominisat

    An advanced SAT solver

    Project mention: The Silent (R)evolution of SAT | news.ycombinator.com | 2023-05-26

    ManySAT: http://www.cril.univ-artois.fr/~jabbour/manysat.htm

    It shares short conflict clauses between parallel solvers and achieves superlinear speedup in some cases, e.g., 4 parallel solvers solve faster than one forth of the single solver soolution time.

    Short conflict clauses are rare so there is little communication between solvers required.

    CryptoMiniSAT: https://github.com/msoos/cryptominisat

    Author's goal to have solver that is good in computing range from single CPU up to cluster. Judging from CryptoMiniSAT successes, he has mostly reached the goal.

  • alive2

    Automatic verification of LLVM optimizations

    Project mention: Basic SAT model of x86 instructions using Z3, autogenerated from Intel docs | news.ycombinator.com | 2023-05-15

    You can use it to (mostly) validate small snippets are the same. See Alive2 for the application of Z3/formalization of programs as SMT for that [1]. As far as I'm aware there are some problems scaling up to arbitrarily sized programs due to a lack of formalization in higher level languages in addition to computational constraints. With a lot of time and effort it can be done though [2].

    1. https://github.com/AliveToolkit/alive2

    2. https://sel4.systems/

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • crab

    A library for building abstract interpretation-based analyses (by seahorn)

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-05-26.

C++ Verification related posts

Index

What are some of the best open-source Verification projects in C++? This list will help you:

Project Stars
1 cryptominisat 783
2 alive2 660
3 crab 212
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com