mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 20:46:01 +00:00
fixes to inprocessing code
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c8e655830f
commit
b98c864d76
7 changed files with 28 additions and 40 deletions
|
@ -41,6 +41,7 @@ namespace sat {
|
|||
bool m_asymm_branch;
|
||||
unsigned m_asymm_branch_delay;
|
||||
bool m_asymm_branch_sampled;
|
||||
bool m_asymm_branch_propagate;
|
||||
bool m_asymm_branch_all;
|
||||
int64 m_asymm_branch_limit;
|
||||
|
||||
|
@ -64,7 +65,7 @@ namespace sat {
|
|||
|
||||
bool process_sampled(scc& scc, clause & c);
|
||||
|
||||
void process(scc& scc, clause_vector & c);
|
||||
void process(scc* scc, clause_vector & c);
|
||||
|
||||
bool process_all(clause & c);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue