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:
parent
ec4be975ee
commit
4142201d88
3 changed files with 50 additions and 6 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue