mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
Fix typos.
This commit is contained in:
parent
08165f5367
commit
1d9345c3de
13 changed files with 19 additions and 19 deletions
|
@ -1106,7 +1106,7 @@ namespace smt {
|
|||
\brief propagate assignment to inequality.
|
||||
This is a basic, non-optimized implementation based
|
||||
on the assumption that inequalities are mostly units
|
||||
and/or relatively few compared to number of argumets.
|
||||
and/or relatively few compared to number of arguments.
|
||||
*/
|
||||
void theory_pb::assign_ineq(ineq& c, bool is_true) {
|
||||
m_mpz_trail.push_back(c.m_max_sum);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue