3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00

Fix typos.

This commit is contained in:
Bruce Mitchener 2018-01-30 20:36:12 +07:00
parent 54ba25175c
commit ae8027e594
23 changed files with 67 additions and 67 deletions

View file

@ -242,7 +242,7 @@ namespace nlsat {
}
/**
\breif Store in ps the polynomials occurring in the given literals.
\brief Store in ps the polynomials occurring in the given literals.
*/
void collect_polys(unsigned num, literal const * ls, polynomial_ref_vector & ps) {
ps.reset();
@ -332,7 +332,7 @@ namespace nlsat {
if (!is_zero(lc)) {
if (sign(lc) != 0)
return;
// lc is not the zero polynomial, but it vanished in the current interpretaion.
// lc is not the zero polynomial, but it vanished in the current interpretation.
// so we keep searching...
add_zero_assumption(lc);
}