mirror of
https://github.com/Z3Prover/z3
synced 2025-06-23 22:33:40 +00:00
add common utility to set up seq
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
52dfdedb9b
commit
1177be6391
2 changed files with 21 additions and 12 deletions
|
@ -94,7 +94,8 @@ namespace smt {
|
|||
void setup_bv();
|
||||
void setup_arith();
|
||||
void setup_dl();
|
||||
void setup_seq(static_features const & st);
|
||||
void setup_seq_str(static_features const & st);
|
||||
void setup_seq();
|
||||
void setup_card();
|
||||
void setup_i_arith();
|
||||
void setup_mi_arith();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue