mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 04:26:00 +00:00
tune based on test_l5
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7b85afbe9c
commit
90bd5f186b
5 changed files with 30 additions and 14 deletions
|
@ -146,7 +146,7 @@ namespace polysat {
|
|||
void deactivate_constraint(signed_constraint c);
|
||||
void decide_bool(clause& lemma);
|
||||
void decide_bool(sat::literal lit, clause* lemma);
|
||||
unsigned level(clause const& cl);
|
||||
unsigned level(sat::literal lit, clause const& cl);
|
||||
|
||||
void assign_core(pvar v, rational const& val, justification const& j);
|
||||
bool is_assigned(pvar v) const { return !m_justification[v].is_unassigned(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue