mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
Fix typos.
This commit is contained in:
parent
3f7453f5c5
commit
50f3e9c3c0
11 changed files with 22 additions and 22 deletions
|
@ -40,7 +40,7 @@ namespace smt {
|
|||
template<typename Ext>
|
||||
void theory_arith<Ext>::found_underspecified_op(app * n) {
|
||||
if (!m_found_underspecified_op) {
|
||||
TRACE("arith", tout << "found underspecificed expression:\n" << mk_pp(n, get_manager()) << "\n";);
|
||||
TRACE("arith", tout << "found underspecified expression:\n" << mk_pp(n, get_manager()) << "\n";);
|
||||
get_context().push_trail(value_trail<context, bool>(m_found_underspecified_op));
|
||||
m_found_underspecified_op = true;
|
||||
}
|
||||
|
|
|
@ -141,8 +141,8 @@ namespace smt {
|
|||
\brief Return the number of variables that
|
||||
do not have bounds associated with it.
|
||||
The result is 0, 1, or 2. The value 2 means "2 or more".
|
||||
The second value is the idx of the a variable that does not
|
||||
have bounds associated with it. It is only usefull when the first value is 1.
|
||||
The second value is the idx of the variable that does not
|
||||
have bounds associated with it. It is only useful when the first value is 1.
|
||||
The second value is -1 if such variable does not exist, that is, the first
|
||||
value is 0.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue