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:
parent
33ea8d6e57
commit
a144a09ede
4 changed files with 34 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue