mirror of
https://github.com/Z3Prover/z3
synced 2025-06-21 21:33:39 +00:00
parent
cc394f0fe9
commit
f98e6a62fe
1 changed files with 1 additions and 0 deletions
|
@ -269,6 +269,7 @@ public:
|
||||||
if (pr) {
|
if (pr) {
|
||||||
in->reset();
|
in->reset();
|
||||||
in->assert_expr(m.get_fact(pr), pr, nullptr);
|
in->assert_expr(m.get_fact(pr), pr, nullptr);
|
||||||
|
in->updt_prec(goal::UNDER_OVER);
|
||||||
}
|
}
|
||||||
if (m_candidate_models) {
|
if (m_candidate_models) {
|
||||||
switch (m_ctx->last_failure()) {
|
switch (m_ctx->last_failure()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue