mirror of
https://github.com/Z3Prover/z3
synced 2025-07-31 08:23:17 +00:00
Merge remote-tracking branch 'origin/polysat' into polysat
This commit is contained in:
commit
ca373836af
9 changed files with 672 additions and 49 deletions
|
@ -79,7 +79,11 @@ namespace polysat {
|
|||
|
||||
// Analyse current conflict core to extract additional lemmas
|
||||
void find_extra_lemmas(conflict& core) {
|
||||
#if 1
|
||||
// Don't do variable elimination for now
|
||||
#else
|
||||
m_free_variable_elimination.find_lemma(core);
|
||||
#endif
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue