mirror of
https://github.com/Z3Prover/z3
synced 2025-06-02 20:31:21 +00:00
parent
94b4d1b442
commit
c629f09f21
1 changed files with 2 additions and 6 deletions
|
@ -305,7 +305,7 @@ struct goal2sat::imp : public sat::sat_internalizer {
|
||||||
if (m_euf) {
|
if (m_euf) {
|
||||||
convert_euf(t, root, sign);
|
convert_euf(t, root, sign);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!is_uninterp_const(t)) {
|
if (!is_uninterp_const(t)) {
|
||||||
if (!is_app(t)) {
|
if (!is_app(t)) {
|
||||||
std::ostringstream strm;
|
std::ostringstream strm;
|
||||||
|
@ -938,14 +938,10 @@ struct goal2sat::imp : public sat::sat_internalizer {
|
||||||
}
|
}
|
||||||
|
|
||||||
void user_push() {
|
void user_push() {
|
||||||
push();
|
|
||||||
force_push();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void user_pop(unsigned n) {
|
void user_pop(unsigned n) {
|
||||||
m_true = sat::null_literal;
|
m_true = sat::null_literal;
|
||||||
pop(n);
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue