mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
tidy
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
da805f6016
commit
0c972b8bee
2 changed files with 0 additions and 16 deletions
|
@ -500,7 +500,6 @@ class solve_eqs_tactic : public tactic {
|
|||
|
||||
bool is_compatible(goal const& g, unsigned idx, vector<nnf_context> const & path, expr* v, expr* eq) {
|
||||
expr_mark occ;
|
||||
//std::cout << mk_pp(v, m()) << "\n";
|
||||
mark_occurs(occ, g, v);
|
||||
return is_goal_compatible(g, occ, idx, v, eq) && is_path_compatible(occ, path, v, eq);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue