mirror of
https://github.com/Z3Prover/z3
synced 2025-08-16 07:45:27 +00:00
add sequential option for SLS, fixes to import/export methods SLS<->SMT
This commit is contained in:
parent
6a9d5910cb
commit
8e3b9f6686
16 changed files with 224 additions and 63 deletions
|
@ -562,6 +562,7 @@ namespace smt {
|
|||
void enforce_length_coherence(enode* n1, enode* n2);
|
||||
|
||||
void add_length_limit(expr* s, unsigned k, bool is_searching);
|
||||
void init_length_limit_for_contains(expr* c);
|
||||
|
||||
// model-check the functions that convert integers to strings and the other way.
|
||||
void add_int_string(expr* e);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue