mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 14:25:46 +00:00
don't add viable premises on decisions
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a4e29ecd7e
commit
fc6e127cca
4 changed files with 13 additions and 10 deletions
|
@ -278,7 +278,6 @@ namespace polysat {
|
|||
}
|
||||
|
||||
bool viable::resolve(pvar v, conflict& core) {
|
||||
std::cout << "resolve " << v << "\n";
|
||||
if (has_viable(v))
|
||||
return false;
|
||||
auto* e = m_viable[v];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue