mirror of
https://github.com/Z3Prover/z3
synced 2026-01-21 01:24:43 +00:00
disable new code paths for commit
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
fdba85e39f
commit
754cb540d0
5 changed files with 32 additions and 26 deletions
|
|
@ -770,6 +770,7 @@ namespace polysat {
|
|||
continue;
|
||||
}
|
||||
if (j.is_decision()) {
|
||||
// NSB TODO - disabled m_conflict.revert_decision(v);
|
||||
revert_decision(v);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue