3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-16 04:20:25 +00:00

Propagation must be justified by a prefix of Gamma

This commit is contained in:
Jakob Rath 2022-11-22 13:42:31 +01:00
parent 33ea8d6e57
commit a144a09ede
4 changed files with 34 additions and 1 deletions

View file

@ -63,6 +63,8 @@ namespace polysat {
void insert(entry* e, pvar v, ptr_vector<entry>& entries, entry_kind k);
void propagate(pvar v, rational const& val);
public:
viable(solver& s);