mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 04:56:03 +00:00
Fix typos.
This commit is contained in:
parent
3f7453f5c5
commit
50f3e9c3c0
11 changed files with 22 additions and 22 deletions
|
@ -1491,7 +1491,7 @@ namespace Duality {
|
|||
return res;
|
||||
}
|
||||
|
||||
/** Determines the value in the counterexample of a symbol occuring in the transformer formula of
|
||||
/** Determines the value in the counterexample of a symbol occurring in the transformer formula of
|
||||
* a given edge. */
|
||||
|
||||
RPFP::Term RPFP::Eval(Edge *e, Term t)
|
||||
|
@ -1500,7 +1500,7 @@ namespace Duality {
|
|||
return dualModel.eval(tl);
|
||||
}
|
||||
|
||||
/** Returns true if the given node is empty in the primal solution. For proecudure summaries,
|
||||
/** Returns true if the given node is empty in the primal solution. For proceudure summaries,
|
||||
this means that the procedure is not called in the current counter-model. */
|
||||
|
||||
bool RPFP::Empty(Node *p)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue