3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-14 06:45:25 +00:00

fix disequality conflict shortcut

This commit is contained in:
Jakob Rath 2023-07-20 15:10:58 +02:00
parent ec4be975ee
commit 4142201d88
3 changed files with 50 additions and 6 deletions

View file

@ -101,6 +101,7 @@ namespace polysat {
// for each variable v with base slices s1, ..., sn
void update_var_congruences();
void add_congruence(pvar v);
void add_congruence_if_needed(pvar v);
func_decl* mk_concat_decl(ptr_vector<expr> const& args);