mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
na
This commit is contained in:
parent
aced115b70
commit
7e68d546ba
4 changed files with 11 additions and 10 deletions
|
@ -149,6 +149,8 @@ namespace euf {
|
|||
}
|
||||
|
||||
bool solver::is_external(bool_var v) {
|
||||
if (s().is_external(v))
|
||||
return true;
|
||||
if (nullptr != m_bool_var2expr.get(v, nullptr))
|
||||
return true;
|
||||
for (auto* s : m_solvers)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue