mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 11:07:51 +00:00
extract/concat plumbing
This commit is contained in:
parent
e45807db0c
commit
0b17a14c83
4 changed files with 52 additions and 15 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue