Skip to content

Commit 17d68c1

Browse files
committed
comment change
Signed-off-by: Lev Nachmanson <[email protected]>
1 parent d90b94d commit 17d68c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/math/lp/dioph_eq.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
(k,xt,t) is added to m_fresh_k2xt_terms, where xt is the fresh variable, and t it the term defining the substitution: something like k - xt + 5z + 6y = 0.
2828
The set of pairs (k, xt) is a one to one mapping
2929
m_row2fresh_defs[i]: is the list of all xt that were defined for row m_e_matrix[i].
30-
Invariant: Every xt in m_row2resh[i] must have a corresponding entry in m_fresh_k2xt_terms
30+
Invariant: Every xt in m_row2fresh[i] must have a corresponding entry in m_fresh_k2xt_terms
3131
3232
The mapping between the columns of lar_solver and m_e_matrix is controlled by m_var_register.
3333
local_to_lar_solver(lar_solver_to_local(j)) == j. If local_to_lar_solver(j) == -1

0 commit comments

Comments
 (0)