3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-25 20:46:01 +00:00

Fix subsumption terminology

This commit is contained in:
Jakob Rath 2022-09-28 15:35:05 +02:00
parent 7be82a36f2
commit 0dae3bad6a
3 changed files with 18 additions and 40 deletions

View file

@ -22,7 +22,7 @@ namespace polysat {
struct subs_entry : fi_record {
optional<pdd> var;
bool subsumed = false;
bool subsuming = false;
bool valid = false;
};