3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 11:25:51 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-08-12 19:40:33 -07:00
parent cdbd121b5e
commit bd2e73014c
3 changed files with 49 additions and 53 deletions

View file

@ -331,8 +331,7 @@ namespace polysat {
bool eliminate_var(
row const& r_y,
row const& r_z,
numeral const& c,
col_iterator const& z_col,
unsigned tz_b,
numeral const& old_value_y);
};