mirror of
https://github.com/Z3Prover/z3
synced 2026-03-01 19:26:53 +00:00
sign of life for CSQ using pogo
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
72f60f5bfc
commit
246df792df
5 changed files with 92 additions and 40 deletions
|
|
@ -114,6 +114,14 @@ namespace qe {
|
|||
expr_ref_vector solve();
|
||||
expr_ref_vector project(model &mdl);
|
||||
|
||||
/**
|
||||
* Return disequalities to ensure that disequalities between
|
||||
* excluded functions are preserved.
|
||||
* For example if f(a) = b, f(c) = d, and b and d are not
|
||||
* congruent, then produce the disequality a != c.
|
||||
*/
|
||||
expr_ref_vector get_ackerman_disequalities();
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue