mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 20:46:01 +00:00
preparing for more efficient asymmetric branching
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7e56d05dcf
commit
a4dc68766d
11 changed files with 47 additions and 27 deletions
|
@ -44,6 +44,8 @@ namespace sat {
|
|||
unsigned m_elim_literals;
|
||||
|
||||
bool process(clause & c);
|
||||
|
||||
void process(clause_vector & c);
|
||||
|
||||
bool process_all(clause & c);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue