mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 06:15:46 +00:00
comment
This commit is contained in:
parent
c488a766b5
commit
a3767b177c
3 changed files with 6 additions and 3 deletions
|
@ -116,7 +116,7 @@ namespace polysat {
|
|||
m_trail.pop_back();
|
||||
}
|
||||
|
||||
bool viable::intersect(pdd const & p, pdd const & q, signed_constraint const& sc) {
|
||||
bool viable::intersect(pdd const& p, pdd const& q, signed_constraint const& sc) {
|
||||
pvar v = null_var;
|
||||
bool first = true;
|
||||
bool prop = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue