3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-13 20:33:02 +00:00

bool watch: order by search index instead of decision level

This commit is contained in:
Jakob Rath 2023-03-16 16:50:09 +01:00
parent 9af86f2d68
commit a6771eb567
4 changed files with 14 additions and 9 deletions

View file

@ -106,6 +106,7 @@ namespace polysat {
// TODO: Why so many friends? Can't we just make the relevant functions public?
friend class assignment;
friend class bool_var_manager;
friend class constraint;
friend class ule_constraint;
friend class umul_ovfl_constraint;