mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 02:42:02 +00:00
comment
This commit is contained in:
parent
c488a766b5
commit
a3767b177c
3 changed files with 6 additions and 3 deletions
|
@ -137,7 +137,6 @@ namespace polysat {
|
|||
return s.m_viable.intersect(p0, q0, sc);
|
||||
}
|
||||
|
||||
|
||||
unsigned umul_ovfl_constraint::hash() const {
|
||||
return mk_mix(p().hash(), q().hash(), kind());
|
||||
}
|
||||
|
|
|
@ -85,6 +85,10 @@ namespace polysat {
|
|||
*/
|
||||
bool intersect(pvar v, signed_constraint const& c);
|
||||
|
||||
/**
|
||||
* Extract remaining variable v from p and q and try updating viable state for v.
|
||||
* NOTE: does not require a particular constraint type (e.g., we call this for ule_constraint and umul_ovfl_constraint)
|
||||
*/
|
||||
bool intersect(pdd const& p, pdd const& q, signed_constraint const& c);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue