01
Boolean satisfiability
Axeyum SAT Solver
A native CDCL solver with AIG and CNF lowering and certificate support.
- CDCL search and learned clauses
- AIG construction and simplification
- CNF lowering
Components
Axeyum implements its own SAT solver, SMT solver, computer algebra system, proof kernel, and formal library. The established systems named on these pages are reference points for function and measurement; they are not runtime components.
01
Boolean satisfiability
A native CDCL solver with AIG and CNF lowering and certificate support.
02
Satisfiability modulo theories
A typed SMT implementation with rewriting, theory solving, bit-blasting, models, and certificates.
03
Computer algebra
A proof-carrying computer algebra system for exact symbolic operations.
04
Proof checking
An independent Rust checker for a selected Lean-core term language.
05
Formal mathematics
A dependency-aware library of checked facts with explicit evidence and assumptions.
A component is a public system boundary. A crate is a Rust implementation boundary. The SMT Solver therefore has one public page even though parsing, typed terms, rewriting, bit-vectors, floating point, strings, and search are implemented in separate crates.
Results remain separate from component descriptions. Open a component to find its crates, current limit, comparison report, and related problem studies.