mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
remove interp from documentation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6b700f1f5f
commit
8eeaa27cf3
4 changed files with 11 additions and 8 deletions
|
@ -2007,7 +2007,7 @@ namespace smt {
|
|||
if (m_bound > static_cast<int>(m_active_vars.size())) {
|
||||
return;
|
||||
}
|
||||
if (m_bound == m_active_vars.size()) {
|
||||
if (m_bound == static_cast<int>(m_active_vars.size())) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue