mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 20:46:01 +00:00
Fix subsumption terminology
This commit is contained in:
parent
7be82a36f2
commit
0dae3bad6a
3 changed files with 18 additions and 40 deletions
|
@ -22,7 +22,7 @@ namespace polysat {
|
|||
|
||||
struct subs_entry : fi_record {
|
||||
optional<pdd> var;
|
||||
bool subsumed = false;
|
||||
bool subsuming = false;
|
||||
bool valid = false;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue