mirror of
https://github.com/Z3Prover/z3
synced 2026-03-06 21:34:53 +00:00
Update saturation inferences
This commit is contained in:
parent
7468b2326c
commit
3d79cddf33
4 changed files with 226 additions and 342 deletions
|
|
@ -57,7 +57,7 @@ TODO:
|
|||
namespace polysat {
|
||||
|
||||
class conflict_resolver {
|
||||
inf_saturate m_saturate;
|
||||
saturation m_saturate;
|
||||
ex_polynomial_superposition m_poly_sup;
|
||||
free_variable_elimination m_free_variable_elimination;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue