3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-14 21:01:49 +00:00
z3/src/muz
copilot-swe-agent[bot] a2f3d647e1 Revert incorrect std::move around std::make_pair - make_pair already returns rvalue
Co-authored-by: nunoplopes <2998477+nunoplopes@users.noreply.github.com>
2026-02-11 21:56:23 +00:00
..
base Revert incorrect std::move around std::make_pair - make_pair already returns rvalue 2026-02-11 21:56:23 +00:00
bmc Revert incorrect std::move around std::make_pair - make_pair already returns rvalue 2026-02-11 21:56:23 +00:00
clp Replace fall-through comments with Z3_fallthrough macro (#8219) 2026-01-16 19:54:31 -08:00
dataflow Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
ddnf Refactor mk_and/mk_or call sites to use vector overloads (#8286) 2026-01-22 13:21:22 -08:00
fp Refactor mk_and/mk_or call sites to use vector overloads (#8286) 2026-01-22 13:21:22 -08:00
rel Revert incorrect std::move around std::make_pair - make_pair already returns rvalue 2026-02-11 21:56:23 +00:00
spacer Revert incorrect std::move around std::make_pair - make_pair already returns rvalue 2026-02-11 21:56:23 +00:00
tab Revert incorrect std::move around std::make_pair - make_pair already returns rvalue 2026-02-11 21:56:23 +00:00
transforms Revert incorrect std::move around std::make_pair - make_pair already returns rvalue 2026-02-11 21:56:23 +00:00
README Setting up the lackr branch. 2015-12-16 20:10:14 +00:00

muZ: routines related to solving satisfiability of Horn clauses and 
solving Datalog programs.

- base - contains base routines and the main context for
         maintaining fixedpoint solvers
- transforms - common rule transformations
- rel - relational algebra based Datalog engine
- pdr - PDR based Horn clause solver
- clp - Dart/Symbolic execution-based solver
- tab - Tabulation based solver
- bmc - Bounded model checking based solver
- fp  - main exported routines