mirror of
https://github.com/Z3Prover/z3
synced 2025-07-22 20:32:05 +00:00
take care of strategy undecided, Nikolaj's comments
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
6e9a938533
commit
d084a19630
2 changed files with 2 additions and 9 deletions
|
@ -137,7 +137,6 @@ class lar_solver : public column_namer {
|
|||
|
||||
// terms
|
||||
bool all_vars_are_registered(const vector<std::pair<mpq, var_index>>& coeffs);
|
||||
var_index add_term_undecided(const vector<std::pair<mpq, var_index>>& coeffs);
|
||||
bool term_coeffs_are_ok(const vector<std::pair<mpq, var_index>>& coeffs);
|
||||
void push_term(lar_term* t);
|
||||
void add_row_from_term_no_constraint(const lar_term* term, unsigned term_ext_index);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue