Open SimpleXiaohu opened 2 years ago
@pruemmer
This is a known problem, but usually not much of an issue.
In the example, I get satisfying assignments for x and len_x. The variables y and len_y are not included in the model, because their value is irrelevant for satisfying the formula.
You can use the command "get-value" to query assignments of y, len_y.
I have try to use z3 and cvc4 to solve this instance. And they will generate them all. May be we can support this feature?
Variables without constraints do not generate model. Like the example below, the model of
len_x
andy
will not be generated:The result is: