mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45:51 +00:00
* Add a few helper methods for encoding sets of integers as BDDs * Use BDD functions in solver * Add bdd::find_int * Use bdd::find_int in solver * Add narrowing for linear equality constraints * Simplify code for linear propagation * Add test for later * Narrowing can only handle linear constraints with a single variable * Need to push_cjust |
||
---|---|---|
.. | ||
bit_constraint.cpp | ||
bit_constraint.h | ||
CMakeLists.txt | ||
constraint.cpp | ||
constraint.h | ||
eq_constraint.cpp | ||
eq_constraint.h | ||
justification.cpp | ||
justification.h | ||
log.cpp | ||
log.h | ||
solver.cpp | ||
solver.h | ||
trail.h | ||
types.h |