mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 09:28:45 +00:00
seq
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
30580a012a
commit
5eb23e1e7a
17 changed files with 287 additions and 141 deletions
|
@ -431,8 +431,9 @@ namespace smt {
|
|||
}
|
||||
|
||||
void theory_array::display(std::ostream & out) const {
|
||||
out << "Theory array:\n";
|
||||
unsigned num_vars = get_num_vars();
|
||||
if (num_vars == 0) return;
|
||||
out << "Theory array:\n";
|
||||
for (unsigned v = 0; v < num_vars; v++) {
|
||||
display_var(out, v);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue