Open yannicnoller opened 8 years ago
Thanks! I will look into it and keep you posted.
I'm also getting this error message; the input
(declare-variable x String)
(declare-variable y String)
(assert (= "/" (CharAt x 0)))
(assert (= x (Concat y "/")))
(check-sat)
(get-model)
produces
* v-fail
************************
>> UNKNOWN (1)
************************
>> etime(s) = 0.055382
The raw output of str
is
************************
>> SAT
------------------------
$$_xor_0 : int -> 0
$$_str2 : string -> String!val!0
$$_str0 : string -> ""
y : string -> String!val!2
x : string -> String!val!1
$$_str1 : string -> "/"
$$_str3 : string -> String!val!2
************************
Any idea what might be causing this? I've attached the log file produced by str
.
Hey all,
I tried the following input:
and I get the following result:
Why is it not possible to solve this constraint with z3-str? Or am I doing something wrong?
Cheers, Yannic