mirror of
https://github.com/Z3Prover/z3
synced 2025-07-24 13:18:55 +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
|
@ -48,6 +48,7 @@ namespace smt {
|
|||
|
||||
template<typename Ext>
|
||||
void theory_arith<Ext>::display(std::ostream & out) const {
|
||||
if (get_num_vars() == 0) return;
|
||||
out << "Theory arithmetic:\n";
|
||||
display_vars(out);
|
||||
display_nl_monomials(out);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue