You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/math/lp/dioph_eq.cpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@
27
27
(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.
28
28
The set of pairs (k, xt) is a one to one mapping
29
29
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
31
31
32
32
The mapping between the columns of lar_solver and m_e_matrix is controlled by m_var_register.
33
33
local_to_lar_solver(lar_solver_to_local(j)) == j. If local_to_lar_solver(j) == -1
0 commit comments