mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
Use bool literals instead of 0/1.
This commit is contained in:
parent
8431a54190
commit
dda62ae78c
5 changed files with 25 additions and 25 deletions
|
@ -300,7 +300,7 @@ namespace datalog {
|
|||
expr_ref_vector res(m);
|
||||
|
||||
svector<unsigned> chosen(arg_correspondance.size(), 0u);
|
||||
while(1)
|
||||
while(true)
|
||||
{
|
||||
expr_ref_vector new_args(m);
|
||||
for(unsigned i=0;i<chosen.size();i++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue