3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-13 17:36:15 +00:00

debugging cardinality theory

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2013-11-05 09:39:28 -08:00
parent 27f3f7b735
commit 9467806a5c
8 changed files with 29 additions and 15 deletions

View file

@ -92,7 +92,7 @@ namespace smt {
void setup_arith();
void setup_dl();
void setup_seq();
void setup_instgen();
void setup_card();
void setup_i_arith();
void setup_mi_arith();
public: