mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
debug new propagation scheme
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
00ba064cd3
commit
a88aa7ffa5
4 changed files with 12 additions and 5 deletions
|
@ -152,7 +152,8 @@ public:
|
|||
|
||||
lpvar crossed_bounds_column() const { return m_crossed_bounds_column; }
|
||||
lpvar& crossed_bounds_column() { return m_crossed_bounds_column; }
|
||||
|
||||
bool current_x_is_feasible() const { return m_mpq_lar_core_solver.m_r_solver.current_x_is_feasible(); }
|
||||
|
||||
|
||||
private:
|
||||
void update_column_type_and_bound_check_on_equal(unsigned j, const mpq& right_side, constraint_index ci, unsigned&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue