3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-08-02 20:23:27 +00:00

add facility to propagate all fixed instead of just changed

This commit is contained in:
Nikolaj Bjorner 2026-07-30 20:28:17 -07:00
parent dbc1939ffa
commit 7fde79f889
3 changed files with 23 additions and 9 deletions

View file

@ -609,8 +609,6 @@ namespace euf {
return false;
if (block_inference(wi))
return false;
if (wi.index() > 1)
return false;
// Introduce three fresh meta-variables C, Tr, El and bind
// v -> \xs . ite(C xs, Tr xs, El xs)
@ -619,7 +617,6 @@ namespace euf {
// The condition/branch split is performed later when the ite subgoal
// is consumed (see the is_ite(p, ...) case in consume_work).
wi.inc_index();
m_trail.push(undo_resize(m_subst));
flex_frame fr(m);