mirror of
https://github.com/Z3Prover/z3
synced 2025-07-23 04:38:53 +00:00
enabling upper bound test
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
637b63cbe1
commit
72e82532b2
9 changed files with 82 additions and 51 deletions
|
@ -428,7 +428,7 @@ namespace smt {
|
|||
template<typename Ext>
|
||||
void theory_arith<Ext>::display_atom(std::ostream & out, atom * a, bool show_sign) const {
|
||||
theory_var v = a->get_var();
|
||||
numeral const & k = a->get_k();
|
||||
inf_numeral const & k = a->get_k();
|
||||
enode * e = get_enode(v);
|
||||
if (show_sign) {
|
||||
if (!a->is_true())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue