mirror of
https://github.com/Z3Prover/z3
synced 2025-11-17 03:15:46 +00:00
Fix some spelling errors (mostly in comments).
This commit is contained in:
parent
880ce12e2d
commit
326bf401b9
121 changed files with 205 additions and 205 deletions
|
|
@ -7,8 +7,8 @@ Module Name:
|
|||
|
||||
Abstract:
|
||||
|
||||
Proviced abstract interface and some inplementations of algorithms
|
||||
for strenghtning lemmas
|
||||
Provides abstract interface and some implementations of algorithms
|
||||
for strenghtening lemmas
|
||||
|
||||
Author:
|
||||
|
||||
|
|
@ -161,7 +161,7 @@ bool farkas_learner::is_pure_expr(func_decl_set const& symbs, expr* e, ast_manag
|
|||
in a clausal version.
|
||||
|
||||
NB: the routine is not interpolating, though an interpolating variant would
|
||||
be preferrable because then we can also use it for model propagation.
|
||||
be preferable because then we can also use it for model propagation.
|
||||
|
||||
We collect the unit derivable nodes from bs.
|
||||
These are the weakenings of bs, besides the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue