Skip to content

Commit

Permalink
add function pointer to class to see how MacOs build reacts
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Aug 25, 2022
1 parent 0d7b7a4 commit ca0a829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sat/sat_drat.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ca0a829

Please sign in to comment.