mirror of
https://github.com/Z3Prover/z3
synced 2026-02-23 16:57:51 +00:00
add finite_set to quantifieed theories in smt_setup, fix type signature for map-inverse axioms
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c0ca3b5a0a
commit
2f06bcc731
5 changed files with 65 additions and 57 deletions
|
|
@ -845,6 +845,7 @@ namespace smt {
|
|||
setup_bv();
|
||||
setup_dl();
|
||||
setup_seq_str(st);
|
||||
setup_finite_set();
|
||||
setup_fpa();
|
||||
setup_recfuns();
|
||||
setup_special_relations();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue