mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45:51 +00:00
toward fetching existing terms intervals from lar_solver
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
dfe0e85629
commit
c95f66e02a
6 changed files with 80 additions and 26 deletions
|
@ -644,5 +644,8 @@ public:
|
|||
void fix_Ax_b_on_rounded_row(unsigned);
|
||||
void collect_rounded_rows_to_fix();
|
||||
void register_existing_terms();
|
||||
void register_normalized_term(const lar_term&, lpvar);
|
||||
void deregister_normalized_term(const lar_term&);
|
||||
lpvar fetch_normalized_term_column(const lar_term& t) const;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue