mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 13:06:05 +00:00
update function that propagates bounds on x*y = 0 to be more comprehensive
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1d440ac871
commit
f2c228f160
4 changed files with 81 additions and 22 deletions
|
@ -181,7 +181,7 @@ namespace polysat {
|
|||
void resolve_with_assignment(sat::literal lit);
|
||||
|
||||
/** Perform resolution with "v = value <- ..." */
|
||||
bool resolve_value(pvar v);
|
||||
void resolve_value(pvar v);
|
||||
|
||||
/** Convert the core into a lemma to be learned. */
|
||||
clause_ref build_lemma();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue