mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 05:18:44 +00:00
parent
cc394f0fe9
commit
f98e6a62fe
|
@ -269,6 +269,7 @@ public:
|
|||
if (pr) {
|
||||
in->reset();
|
||||
in->assert_expr(m.get_fact(pr), pr, nullptr);
|
||||
in->updt_prec(goal::UNDER_OVER);
|
||||
}
|
||||
if (m_candidate_models) {
|
||||
switch (m_ctx->last_failure()) {
|
||||
|
|
Loading…
Reference in a new issue