3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-04 06:15:46 +00:00

fix up use-list in 3x3 resolution case. Regression RND_3_24.smt2

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2016-06-28 11:41:57 -07:00
parent 014c693fa5
commit 84aec95eda
2 changed files with 17 additions and 4 deletions

View file

@ -109,6 +109,8 @@ namespace opt {
unsigned new_row();
unsigned copy_row(unsigned row_id);
rational n_sign(rational const& b) const;
void update_values(unsigned_vector const& bound_vars, unsigned_vector const& bound_trail);