mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
trace down recent exposed regression in goal2sat, incorporate Scott's suggestion on making vector<std::string inaccessible
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
81232808ba
commit
c3f4124a9f
6 changed files with 17 additions and 15 deletions
|
@ -32,7 +32,6 @@ namespace qe {
|
|||
|
||||
bool is_divides(arith_util& a, expr* e1, expr* e2, rational& k, expr_ref& p) {
|
||||
expr* t1, *t2;
|
||||
ast_manager& m = a.get_manager();
|
||||
if (a.is_mod(e2, t1, t2) &&
|
||||
a.is_numeral(e1, k) &&
|
||||
k.is_zero() &&
|
||||
|
|
|
@ -87,7 +87,6 @@ namespace qe {
|
|||
}
|
||||
|
||||
void project_rec(model& model, app_ref_vector& vars, expr_ref_vector& lits) {
|
||||
func_decl* f = m_val->get_decl();
|
||||
expr_ref rhs(m);
|
||||
expr_ref_vector eqs(m);
|
||||
for (unsigned i = 0; i < lits.size(); ++i) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue