mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
more efficient create_sum_from_row and other fixes
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
7acc679144
commit
d77e9c444e
7 changed files with 48 additions and 63 deletions
|
@ -30,9 +30,9 @@ class core;
|
|||
|
||||
|
||||
class horner : common {
|
||||
intervals m_intervals;
|
||||
nex_sum m_row_sum;
|
||||
svector<lp::constraint_index> m_fixed_var_constraints_for_row;
|
||||
intervals m_intervals;
|
||||
nex_sum m_row_sum;
|
||||
unsigned m_row_index;
|
||||
public:
|
||||
typedef intervals::interval interv;
|
||||
horner(core *core);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue