mirror of
https://github.com/Z3Prover/z3
synced 2025-05-14 11:14:43 +00:00
bounds axiom tuning
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7f49135b3b
commit
3cbcd19a9b
2 changed files with 32 additions and 20 deletions
|
@ -282,7 +282,7 @@ namespace smt {
|
|||
atom(bool_var bv, theory_var v, inf_numeral const & k, atom_kind kind);
|
||||
atom_kind get_atom_kind() const { return static_cast<atom_kind>(m_atom_kind); }
|
||||
virtual ~atom() {}
|
||||
inf_numeral const & get_k() const { return m_k; }
|
||||
inline inf_numeral const & get_k() const { return m_k; }
|
||||
bool_var get_bool_var() const { return m_bvar; }
|
||||
bool is_true() const { return m_is_true; }
|
||||
void assign_eh(bool is_true, inf_numeral const & epsilon);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue