3
0
Fork 0
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:
Nikolaj Bjorner 2022-12-05 01:19:26 -08:00
parent 1d440ac871
commit f2c228f160
4 changed files with 81 additions and 22 deletions

View file

@ -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();