mirror of
https://github.com/Z3Prover/z3
synced 2025-11-05 05:49:13 +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
|
|
@ -25,6 +25,7 @@ Revision History:
|
|||
#include "expr_safe_replace.h"
|
||||
#include "smt_params.h"
|
||||
#include "ast_util.h"
|
||||
#include "ast_pp.h"
|
||||
|
||||
doc_manager::doc_manager(unsigned n): m(n), m_alloc("doc") {
|
||||
m_full = m.allocateX();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue