mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 16:25:48 +00:00
add optimized sorting network
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5965515385
commit
4027de42f6
4 changed files with 645 additions and 123 deletions
|
@ -196,5 +196,7 @@ namespace smt {
|
|||
|
||||
void set_conflict_frequency(unsigned f) { m_conflict_frequency = f; }
|
||||
void set_learn_complements(bool l) { m_learn_complements = l; }
|
||||
|
||||
static literal assert_ge(context& ctx, unsigned k, unsigned n, literal const* xs);
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue