mirror of
https://github.com/Z3Prover/z3
synced 2026-05-31 22:27:48 +00:00
Add theory_seq_len: partial axiom instantiation for sequence length constraints
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
3ee78e242b
commit
56e9e9df57
6 changed files with 505 additions and 3 deletions
|
|
@ -103,6 +103,7 @@ namespace smt {
|
|||
void setup_seq();
|
||||
void setup_char();
|
||||
void setup_nseq();
|
||||
void setup_seq_len();
|
||||
void setup_finite_set();
|
||||
void setup_card();
|
||||
void setup_sls();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue