mirror of
https://github.com/Z3Prover/z3
synced 2025-07-23 04:38:53 +00:00
fixes to mostly solver arith/euf and backtracking scopes
This commit is contained in:
parent
1ee2ba2a9b
commit
8d76470a8a
25 changed files with 189 additions and 93 deletions
|
@ -60,7 +60,6 @@ namespace euf {
|
|||
SASSERT(get_enode(e));
|
||||
if (m.is_bool(e))
|
||||
return literal(si.to_bool_var(e), sign);
|
||||
std::cout << "internalize-non-bool\n";
|
||||
return sat::null_literal;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue