mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
missing setup datatypes for QF_DT
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
05428314be
commit
e0e2397566
2 changed files with 11 additions and 8 deletions
|
@ -216,6 +216,7 @@ namespace smt {
|
|||
|
||||
void setup::setup_QF_DT() {
|
||||
setup_QF_UF();
|
||||
setup_datatypes();
|
||||
}
|
||||
|
||||
void setup::setup_QF_BVRE() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue