mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
Fix typos.
This commit is contained in:
parent
4f9d198c51
commit
878a6ca14f
18 changed files with 38 additions and 38 deletions
|
@ -267,7 +267,7 @@ struct aig_manager::imp {
|
|||
}
|
||||
if (b == r) {
|
||||
if (sign1) {
|
||||
// subsitution
|
||||
// substitution
|
||||
// not (a and b) and r --> (not a) and r IF b == r
|
||||
l = a;
|
||||
l.invert();
|
||||
|
|
|
@ -7,7 +7,7 @@ Module Name:
|
|||
|
||||
Abstract:
|
||||
|
||||
Tactic expection object.
|
||||
Tactic exception object.
|
||||
|
||||
Author:
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ tactic * or_else(tactic * t1, tactic * t2, tactic * t3, tactic * t4, tactic * t5
|
|||
|
||||
tactic * repeat(tactic * t, unsigned max = UINT_MAX);
|
||||
/**
|
||||
\brief Fails if \c t produeces more than \c threshold subgoals.
|
||||
\brief Fails if \c t produces more than \c threshold subgoals.
|
||||
Otherwise, it behaves like \c t.
|
||||
*/
|
||||
tactic * fail_if_branching(tactic * t, unsigned threshold = 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue