3
0
Fork 0
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:
Murphy Berzish 2016-06-08 16:22:31 -04:00
parent 513b4922ee
commit 04fe8f66df
2 changed files with 46 additions and 9 deletions

View file

@ -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);