mirror of
https://github.com/Z3Prover/z3
synced 2025-07-31 08:23:17 +00:00
Merge branch 'unstable' of https://git01.codeplex.com/z3 into unstable
This commit is contained in:
commit
9a49f5f204
4 changed files with 19 additions and 6 deletions
|
@ -1305,7 +1305,7 @@ namespace z3 {
|
|||
expr as_expr() const {
|
||||
unsigned n = size();
|
||||
if (n == 0)
|
||||
return ctx().bool_val(false);
|
||||
return ctx().bool_val(true);
|
||||
else if (n == 1)
|
||||
return operator[](0);
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue