mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 20:16:00 +00:00
add check_relation for integrity checking of relational operations
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1111c0494f
commit
16f80fce92
15 changed files with 837 additions and 139 deletions
|
@ -262,7 +262,7 @@ class test_doc_cls {
|
|||
rep2.insert(m_vars[i].get(), m.mk_false());
|
||||
rep2(fml, tmp2);
|
||||
if (tmp1 == tmp2) {
|
||||
fml1 = tmp1;
|
||||
fml = tmp1;
|
||||
}
|
||||
else {
|
||||
fml = m.mk_or(tmp1, tmp2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue