mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
rename set-flat to set-flat-and-or to allow to differentiate parameters
This commit is contained in:
parent
fe1b4bf5ce
commit
1fae3aa152
9 changed files with 15 additions and 15 deletions
|
@ -55,7 +55,7 @@ namespace bv {
|
|||
m_ackerman(*this),
|
||||
m_bb(m, get_config()),
|
||||
m_find(*this) {
|
||||
m_bb.set_flat(false);
|
||||
m_bb.set_flat_and_or(false);
|
||||
}
|
||||
|
||||
bool solver::is_fixed(euf::theory_var v, expr_ref& val, sat::literal_vector& lits) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue