mirror of
https://github.com/Z3Prover/z3
synced 2025-10-07 08:21:56 +00:00
n/a
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b419a0e4a4
commit
da263601e6
6 changed files with 162 additions and 152 deletions
|
@ -455,6 +455,7 @@ namespace sat {
|
|||
svector<char> m_diff_levels;
|
||||
unsigned num_diff_levels(unsigned num, literal const * lits);
|
||||
bool num_diff_levels_below(unsigned num, literal const* lits, unsigned max_glue, unsigned& glue);
|
||||
bool num_diff_false_levels_below(unsigned num, literal const* lits, unsigned max_glue, unsigned& glue);
|
||||
|
||||
// lemma minimization
|
||||
typedef approx_set_tpl<unsigned, u2u, unsigned> level_approx_set;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue