mirror of
https://github.com/Z3Prover/z3
synced 2025-08-20 18:20:22 +00:00
revert some changes that coincide with breaking macos build
This commit is contained in:
parent
a628e4c4e5
commit
5f2387b3be
3 changed files with 10 additions and 12 deletions
|
@ -73,7 +73,7 @@ namespace sat {
|
|||
watched_clause(clause* c, literal l1, literal l2):
|
||||
m_clause(c), m_l1(l1), m_l2(l2) {}
|
||||
};
|
||||
std::function<void(unsigned, literal const*, status)> m_print_clause;
|
||||
// std::function<void(unsigned, literal const*, status)> m_print_clause;
|
||||
svector<watched_clause> m_watched_clauses;
|
||||
typedef svector<unsigned> watch;
|
||||
solver& s;
|
||||
|
@ -141,7 +141,7 @@ namespace sat {
|
|||
void add(unsigned sz, literal const* lits, status st);
|
||||
|
||||
void set_print_clause(std::function<void(unsigned, literal const*, status)>& print_clause) {
|
||||
m_print_clause = print_clause;
|
||||
// m_print_clause = print_clause;
|
||||
}
|
||||
|
||||
// support for SMT - connect Boolean variables with AST nodes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue