mirror of
https://github.com/Z3Prover/z3
synced 2025-10-07 08:21:56 +00:00
tidy
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c561563a47
commit
6c4cadd223
6 changed files with 70 additions and 124 deletions
|
@ -597,6 +597,7 @@ namespace sat {
|
|||
clause * const * begin_learned() const { return m_learned.begin(); }
|
||||
clause * const * end_learned() const { return m_learned.end(); }
|
||||
clause_vector const& learned() const { return m_learned; }
|
||||
clause_vector const& clauses() const { return m_clauses; }
|
||||
void collect_bin_clauses(svector<bin_clause> & r, bool learned, bool learned_only = false) const;
|
||||
|
||||
// -----------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue