3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 11:25:51 +00:00

test eqs1

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-05-10 21:21:50 -07:00
parent be7b964206
commit 04c0db75bf
3 changed files with 34 additions and 7 deletions

View file

@ -185,6 +185,7 @@ namespace polysat {
unsigned get_num_vars() const { return m_vars.size(); }
void reset();
void propagate_bounds();
void propagate_eqs();
lbool make_feasible();
row add_row(var_t base, unsigned num_vars, var_t const* vars, numeral const* coeffs);
std::ostream& display(std::ostream& out) const;