3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-03-15 17:49:59 +00:00

Fix Python build: move special_relations_simplifier.h to tactic/core to resolve expr_pattern_match.h dependency

Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-03-12 18:02:43 +00:00
parent ec9fee969d
commit 646016742b
3 changed files with 1 additions and 2 deletions

View file

@ -43,5 +43,4 @@ z3_add_component(simplifiers
randomizer.h
refine_inj_axiom.h
rewriter_simplifier.h
special_relations_simplifier.h
)

View file

@ -21,7 +21,7 @@ Notes:
#include "tactic/tactic.h"
#include "tactic/dependent_expr_state_tactic.h"
#include "ast/simplifiers/special_relations_simplifier.h"
#include "tactic/core/special_relations_simplifier.h"
inline tactic* mk_special_relations_tactic(ast_manager& m, params_ref const& p = params_ref()) {
return alloc(dependent_expr_state_tactic, m, p,