mirror of
https://github.com/Z3Prover/z3
synced 2025-07-31 08:23:17 +00:00
Some bugfixes and unit-tests for variable elimination
This commit is contained in:
parent
dc95179ae5
commit
71211f3134
4 changed files with 266 additions and 32 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