mirror of
https://github.com/Z3Prover/z3
synced 2025-07-01 10:28:46 +00:00
comment
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b566b5cead
commit
fbd775e5f0
1 changed files with 4 additions and 0 deletions
|
@ -823,6 +823,10 @@ void EGaussian::eliminate_col(unsigned p, gauss_data& gqd) {
|
||||||
|
|
||||||
elim_called++;
|
elim_called++;
|
||||||
|
|
||||||
|
// NSB code review: can't we use mat[row_i]
|
||||||
|
// and for (unsigned row_i = 0; row_i < mat.size(); ++row_i)
|
||||||
|
// replace occurrences of *rowI by mat[row_i]
|
||||||
|
//
|
||||||
while (rowI != end) {
|
while (rowI != end) {
|
||||||
//Row has a '1' in eliminating column, and it's not the row responsible
|
//Row has a '1' in eliminating column, and it's not the row responsible
|
||||||
if (new_resp_row_n != row_i && (*rowI)[new_resp_col]) {
|
if (new_resp_row_n != row_i && (*rowI)[new_resp_col]) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue