Guarantees about makeVariable #421
|
Hi there, is it guaranteed that two variables created via I'm asking myself the same about Thanks in advance. |
Replies: 1 comment 1 reply
|
The API guarantees:
It depends on the solver whether the following cases are supported:
Those cases are (still?) supported by some solvers, due to historic reason, and the solvers include Z3, Princess, and Bitwuzla. We aim for exception in those cases, but have not yet completed this work (see #172). |
The API guarantees:
It depends on the solver whether the following cases are supported:
Those cases are (still?) supported by some solvers, due to historic reason, and the solvers include Z3, Princess, and Bitwuzla. We aim for exception in those cases, but…