3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-22 11:07:51 +00:00

extract/concat plumbing

This commit is contained in:
Jakob Rath 2023-07-21 10:19:21 +02:00
parent e45807db0c
commit 0b17a14c83
4 changed files with 52 additions and 15 deletions

View file

@ -59,6 +59,10 @@ namespace bv {
m_bb.set_flat_and_or(false);
}
void solver::updt_params(params_ref const& p) {
m_polysat.updt_params(p);
}
bool solver::is_fixed(euf::theory_var v, expr_ref& val, sat::literal_vector& lits) {
numeral n;
if (!get_fixed_value(v, n))