mirror of
https://github.com/Z3Prover/z3
synced 2025-08-14 14:55:25 +00:00
use tv for interfacing on get_term
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
296a97d0d3
commit
fddbac0f52
5 changed files with 98 additions and 77 deletions
|
@ -800,7 +800,6 @@ namespace smt {
|
|||
template<typename Ext>
|
||||
void theory_utvpi<Ext>::model_validate() {
|
||||
context& ctx = get_context();
|
||||
unsigned sz = m_atoms.size();
|
||||
for (auto const& a : m_atoms) {
|
||||
bool_var b = a.get_bool_var();
|
||||
if (!ctx.is_relevant(b)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue