mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 20:46:01 +00:00
adding BDD-based variable elimination routine
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
09fdfcc963
commit
d36406f845
8 changed files with 372 additions and 3 deletions
|
@ -11,6 +11,7 @@ z3_add_component(sat
|
|||
sat_config.cpp
|
||||
sat_drat.cpp
|
||||
sat_elim_eqs.cpp
|
||||
sat_elim_vars.cpp
|
||||
sat_iff3_finder.cpp
|
||||
sat_integrity_checker.cpp
|
||||
sat_local_search.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue