mirror of
https://github.com/Z3Prover/z3
synced 2025-09-02 08:10:43 +00:00
revise unit walk
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5fe40a25dc
commit
6d893e0599
3 changed files with 308 additions and 104 deletions
|
@ -226,6 +226,8 @@ namespace sat {
|
|||
void mk_clause(literal l1, literal l2, bool learned = false);
|
||||
void mk_clause(literal l1, literal l2, literal l3, bool learned = false);
|
||||
|
||||
random_gen& rand() { return m_rand; }
|
||||
|
||||
protected:
|
||||
inline clause_allocator& cls_allocator() { return m_cls_allocator[m_cls_allocator_idx]; }
|
||||
inline clause_allocator const& cls_allocator() const { return m_cls_allocator[m_cls_allocator_idx]; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue