mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 01:13:18 +00:00
Commit missing change
This commit is contained in:
parent
e343a3ecd3
commit
ac5682409e
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ namespace polysat {
|
||||||
|
|
||||||
// Analyse current conflict core to extract additional lemmas
|
// Analyse current conflict core to extract additional lemmas
|
||||||
void find_extra_lemmas(conflict& core) {
|
void find_extra_lemmas(conflict& core) {
|
||||||
|
m_saturation.try_div_monotonicity(core);
|
||||||
#if 1
|
#if 1
|
||||||
// Don't do variable elimination for now
|
// Don't do variable elimination for now
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue