mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 20:16:00 +00:00
* Coding style * Simplify bddv class * mk_eq: run loop from below * Add unit test for bddv unsigned comparison * Add test that shows contains_num/find_num fail after reordering * Add BDD vector subtraction * Call apply_rec in mk_ite_rec instead of apply * Question about mk_quant * Implement quot_rem over BDD vectors * Move shl/shr to bddv * Make unit test smaller * Add class dd::fdd to manage association between BDDs and numbers * Remove contains_num/find_num from bdd_manager
8 lines
111 B
CMake
8 lines
111 B
CMake
z3_add_component(dd
|
|
SOURCES
|
|
dd_bdd.cpp
|
|
dd_fdd.cpp
|
|
dd_pdd.cpp
|
|
COMPONENT_DEPENDENCIES
|
|
util
|
|
)
|