mirror of
https://github.com/Z3Prover/z3
synced 2025-06-18 20:03:38 +00:00
Merge branch 'master' of https://github.com/z3prover/z3
This commit is contained in:
commit
973c9602f8
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ namespace datalog {
|
||||||
}
|
}
|
||||||
unsigned n = container.size();
|
unsigned n = container.size();
|
||||||
unsigned ofs = 1;
|
unsigned ofs = 1;
|
||||||
int r_i = 1;
|
unsigned r_i = 1;
|
||||||
for(unsigned i=removed_cols[0]+1; i<n; i++) {
|
for(unsigned i=removed_cols[0]+1; i<n; i++) {
|
||||||
if(r_i!=removed_col_cnt && removed_cols[r_i]==i) {
|
if(r_i!=removed_col_cnt && removed_cols[r_i]==i) {
|
||||||
r_i++;
|
r_i++;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue