mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
fix build
This commit is contained in:
parent
85a8d8b005
commit
a7ad1f0bfb
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ namespace polysat {
|
|||
bool m_is_tautology = false;
|
||||
bool m_redundant = clause::redundant_default;
|
||||
|
||||
solver& s() const { return *m_solver; }
|
||||
|
||||
public:
|
||||
clause_builder(solver& s);
|
||||
clause_builder(clause_builder const& s) = delete;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue