mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 06:15:46 +00:00
conflict2
This commit is contained in:
parent
68e313ed24
commit
a416e16566
9 changed files with 216 additions and 31 deletions
|
@ -629,6 +629,10 @@ namespace polysat {
|
|||
}
|
||||
};
|
||||
|
||||
bool viable::resolve(pvar v, conflict2& core) {
|
||||
NOT_IMPLEMENTED_YET();
|
||||
}
|
||||
|
||||
bool viable::resolve(pvar v, conflict& core) {
|
||||
if (has_viable(v))
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue