mirror of
https://github.com/Z3Prover/z3
synced 2025-05-11 09:44:43 +00:00
split into seq_axioms and seq_skolem
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d5eef9dd8b
commit
501aa7927d
10 changed files with 1064 additions and 860 deletions
|
@ -503,6 +503,10 @@ namespace smt {
|
|||
|
||||
literal mk_eq(expr * a, expr * b, bool gate_ctx);
|
||||
|
||||
literal mk_preferred_eq(expr* a, expr* b);
|
||||
|
||||
enode* ensure_enode(expr* e);
|
||||
|
||||
// -----------------------------------
|
||||
//
|
||||
// Model generation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue