3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 17:45:32 +00:00

Commit missing change

This commit is contained in:
Clemens Eisenhofer 2023-03-06 10:15:11 +01:00
parent e343a3ecd3
commit ac5682409e

View file

@ -79,6 +79,7 @@ namespace polysat {
// Analyse current conflict core to extract additional lemmas
void find_extra_lemmas(conflict& core) {
m_saturation.try_div_monotonicity(core);
#if 1
// Don't do variable elimination for now
#else