mirror of
https://github.com/Z3Prover/z3
synced 2026-02-28 10:51:28 +00:00
Polysat: add two more prototype rules (#5355)
* Add try_div to PDDs * x>y is false when x==y * First version of the other two prototype rules * More band-aid fixes...
This commit is contained in:
parent
3e1cfcd538
commit
c4963f4381
7 changed files with 239 additions and 17 deletions
|
|
@ -35,6 +35,7 @@ namespace polysat {
|
|||
class solver {
|
||||
|
||||
struct stats {
|
||||
unsigned m_num_iterations;
|
||||
unsigned m_num_decisions;
|
||||
unsigned m_num_propagations;
|
||||
unsigned m_num_conflicts;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue