mirror of
https://github.com/Z3Prover/z3
synced 2025-10-04 06:53:58 +00:00
concat-eq-concat type 1 split 0
This commit is contained in:
parent
513b4922ee
commit
04fe8f66df
2 changed files with 46 additions and 9 deletions
|
@ -117,6 +117,7 @@ namespace smt {
|
|||
expr * mk_concat_const_str(expr * n1, expr * n2);
|
||||
|
||||
app * mk_int(int n);
|
||||
app * mk_int(rational & q);
|
||||
|
||||
void check_and_init_cut_var(expr * node);
|
||||
void add_cut_info_one_node(expr * baseNode, int slevel, expr * node);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue