mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +00:00
tv alignment, code review comments
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
fddbac0f52
commit
080dbb13b0
7 changed files with 32 additions and 24 deletions
|
@ -49,7 +49,7 @@ public:
|
|||
private:
|
||||
bool init_terms_for_hnf_cut();
|
||||
bool hnf_has_var_with_non_integral_value() const;
|
||||
void try_add_term_to_A_for_hnf(unsigned i);
|
||||
void try_add_term_to_A_for_hnf(tv const& i);
|
||||
|
||||
unsigned terms_count() const { return m_terms.size(); }
|
||||
const mpq & abs_max() const { return m_abs_max; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue